|
@@ -141,11 +141,11 @@ Page({
|
|
|
if (this.data.locations) {
|
|
|
ShopStore.set("location", this.data.locations)
|
|
|
} else {
|
|
|
- // wx.showToast({
|
|
|
- // title: '请选择民宿地址',
|
|
|
- // icon: 'none'
|
|
|
- // })
|
|
|
- // return
|
|
|
+ wx.showToast({
|
|
|
+ title: '请选择民宿地址',
|
|
|
+ icon: 'none'
|
|
|
+ })
|
|
|
+ return
|
|
|
}
|
|
|
ShopStore.set("storeName", this.data.storeName)
|
|
|
if (Number(this.data.perCapita)) {
|