|
|
@@ -79,7 +79,16 @@ export default {
|
|
|
if (this.init) {
|
|
|
this.init()
|
|
|
}
|
|
|
- }
|
|
|
+ }
|
|
|
+ if (uni.setStorageSync('OPEN_SHOP_ID') == '2') {
|
|
|
+ this.MODEL_TITLE = '已申请'
|
|
|
+ this.MODEL_BTN_TEXT = '查看申请进度'
|
|
|
+ this.AUTHORITY_SHOW = true
|
|
|
+ uni.hideTabBar()
|
|
|
+ } else if (uni.setStorageSync('SHOP_ADMIN_STROAGE_SHOW') == '0') {
|
|
|
+ this.AUTHORITY_SHOW = true;
|
|
|
+ uni.hideTabBar()
|
|
|
+ }
|
|
|
},
|
|
|
methods: {
|
|
|
...mapActions(['setUserShopAll']),
|
|
|
@@ -88,7 +97,6 @@ export default {
|
|
|
if (uni.getStorageSync('SHOP_ADMIN_STROAGE_SHOW') == '0') {
|
|
|
this.$util.pageTo({
|
|
|
url: "/pagesClient/official/index",
|
|
|
- type: 2,
|
|
|
query: {
|
|
|
...this.option
|
|
|
}
|
|
|
@@ -103,7 +111,6 @@ export default {
|
|
|
}
|
|
|
this.$util.pageTo({
|
|
|
url: '/admin/home/result',
|
|
|
- type: 2,
|
|
|
query: {
|
|
|
status
|
|
|
}
|