From 510f7a11cec1798751bb50ffee57db5dc94e85b0 Mon Sep 17 00:00:00 2001 From: liudan <18634735655@163.com> Date: Wed, 7 Jun 2023 07:55:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 1 + 1 file changed, 1 insertion(+) 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))