diff --git a/pages/index/index.vue b/pages/index/index.vue index 54708fc..b1eb4a9 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -188,6 +188,7 @@ export default { onShow() { // 监听选择自提点 uni.$once("SELECT_STORE1", (res) => { + console.log(res,"ooooo") this.storeInfo = JSON.parse(res.storeInfo); uni.setStorageSync('storeId',JSON.parse(res.storeInfo).id) uni.setStorageSync("locationStoreInfo",JSON.parse(res.storeInfo))