|
|
@@ -179,13 +179,15 @@ export default {
|
|
|
this.$refs.dorpdownSelect.dropdownShow = true;
|
|
|
},
|
|
|
async init () {
|
|
|
- try {
|
|
|
- const { data } = await mainMy();
|
|
|
- this.infoData = data;
|
|
|
- //不要删除此输出,方法查看 shish 20210512
|
|
|
- console.log('商家ID',data.sjId,'门店ID',data.shopId)
|
|
|
- uni.stopPullDownRefresh();
|
|
|
- } finally {
|
|
|
+ if(!this.AUTHORITY_SHOW) {
|
|
|
+ try {
|
|
|
+ const { data } = await mainMy();
|
|
|
+ this.infoData = data;
|
|
|
+ //不要删除此输出,方法查看 shish 20210512
|
|
|
+ console.log('商家ID',data.sjId,'门店ID',data.shopId)
|
|
|
+ uni.stopPullDownRefresh();
|
|
|
+ } finally {
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
async selectSussess () {
|