|
|
|
@ -52,6 +52,7 @@ |
|
|
|
uni.setStorageSync('shopName',item.shopName) |
|
|
|
uni.setStorageSync('shopIcon',item.shopIcon) |
|
|
|
uni.setStorageSync('shopScore',item.shopScore) |
|
|
|
uni.setStorageSync('shopTakeaway',item.shopTakeaway) |
|
|
|
uni.navigateTo({ |
|
|
|
url: '/package2/shop/merchantCenter' |
|
|
|
}) |
|
|
|
@ -69,6 +70,7 @@ |
|
|
|
uni.setStorageSync('shopName',this.schoolShop[0].shopName) |
|
|
|
uni.setStorageSync('shopIcon',this.schoolShop[0].shopIcon) |
|
|
|
uni.setStorageSync('shopScore',this.schoolShop[0].shopScore) |
|
|
|
uni.setStorageSync('shopTakeaway',this.schoolShop[0].shopTakeaway) |
|
|
|
url = '/package2/shop/merchantCenter' |
|
|
|
}else{ |
|
|
|
url = '/package1/myCenter/myMerchant' |
|
|
|
|