|
@@ -166,8 +166,11 @@ export default {
|
|
|
const userInfo = await this.$api.getStorage()
|
|
|
this.vipFlag = userInfo.vipFlag ? userInfo.vipFlag : 0
|
|
|
},
|
|
|
- goShophome(id) {
|
|
|
- this.$api.navigateTo(`/pages/supplier/user/my-shop?shopId=${id}`)
|
|
|
+ goShophome(shopId) {
|
|
|
+ if(shopId == 1161){
|
|
|
+ return
|
|
|
+ }
|
|
|
+ this.$api.navigateTo(`/pages/supplier/user/my-shop?shopId=${shopId}`)
|
|
|
},
|
|
|
details(pros) {
|
|
|
if (pros.validFlag == 9) {
|