|
@@ -138,8 +138,9 @@ Page({
|
|
ShopStore.set("name", this.data.name)
|
|
ShopStore.set("name", this.data.name)
|
|
ShopStore.set("cover", this.data.cover)
|
|
ShopStore.set("cover", this.data.cover)
|
|
ShopStore.set("image", image)
|
|
ShopStore.set("image", image)
|
|
- if (this.data.locations) {
|
|
|
|
|
|
+ if (this.data.locations&&this.data.address) {
|
|
ShopStore.set("location", this.data.locations)
|
|
ShopStore.set("location", this.data.locations)
|
|
|
|
+ ShopStore.set("storeAddress", this.data.address)
|
|
} else {
|
|
} else {
|
|
wx.showToast({
|
|
wx.showToast({
|
|
title: '请选择民宿地址',
|
|
title: '请选择民宿地址',
|