|
@@ -224,12 +224,9 @@ export default {
|
|
|
this.$store.state.allowLoading = false;
|
|
this.$store.state.allowLoading = false;
|
|
|
const firstFunc = await this.getInfoAttached();
|
|
const firstFunc = await this.getInfoAttached();
|
|
|
const seciedFunc = await this.getLevel();
|
|
const seciedFunc = await this.getLevel();
|
|
|
-<<<<<<< HEAD
|
|
|
|
|
// this.$api.refreshUserInfo();
|
|
// this.$api.refreshUserInfo();
|
|
|
this.$store.state.allowLoading = true;
|
|
this.$store.state.allowLoading = true;
|
|
|
-=======
|
|
|
|
|
- this.$store.state.allowLoading = true
|
|
|
|
|
->>>>>>> ae3c0e80d7af9b78c30f703a3d0538b4dd4c18f2
|
|
|
|
|
|
|
+
|
|
|
},
|
|
},
|
|
|
jumpPopup() {
|
|
jumpPopup() {
|
|
|
uni.showModal({
|
|
uni.showModal({
|