|
|
@ -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)) |
|
|
|