main
liudan 1 year ago
parent baaceccc90
commit 510f7a11ce
  1. 1
      pages/index/index.vue

@ -188,6 +188,7 @@ export default {
onShow() { onShow() {
// //
uni.$once("SELECT_STORE1", (res) => { uni.$once("SELECT_STORE1", (res) => {
console.log(res,"ooooo")
this.storeInfo = JSON.parse(res.storeInfo); this.storeInfo = JSON.parse(res.storeInfo);
uni.setStorageSync('storeId',JSON.parse(res.storeInfo).id) uni.setStorageSync('storeId',JSON.parse(res.storeInfo).id)
uni.setStorageSync("locationStoreInfo",JSON.parse(res.storeInfo)) uni.setStorageSync("locationStoreInfo",JSON.parse(res.storeInfo))

Loading…
Cancel
Save