|
|
@@ -183,7 +183,6 @@ export default {
|
|
|
this.$refs.dorpdownSelect.dropdownShow = true;
|
|
|
},
|
|
|
async init () {
|
|
|
- if(!this.AUTHORITY_SHOW) {
|
|
|
try {
|
|
|
const { data } = await mainMy();
|
|
|
this.infoData = data;
|
|
|
@@ -192,7 +191,6 @@ export default {
|
|
|
uni.stopPullDownRefresh();
|
|
|
} finally {
|
|
|
}
|
|
|
- }
|
|
|
},
|
|
|
async selectSussess () {
|
|
|
uni.showLoading({
|