Commit c1ab2f2a authored by Damon's avatar Damon

Merge branch 'dev' of https://git.banshouhui.com/lijundan/self-support into dev

parents ef2d74c5 3918983e
......@@ -172,10 +172,7 @@
// 每次进入页面都刷新入驻状态
this.pageNumber = 0
this.initSettleInfo();
if (this.status == 7) {
this.getLocation()
}
this.initSettleInfo();
},
methods: {
getData() {
......@@ -211,7 +208,10 @@
self.search.pageNumber = 0
self.loadedOrder = false
self.loadOrderList();
await app.getBaseInfo(self, callBack);
await app.getBaseInfo(self, callBack);
if (this.status == 7) {
this.getLocation()
}
this.loaded = true;
} else {
this.loaded = true
......
......@@ -177,9 +177,6 @@
app.setUserData({}, this)
app.globalData.logout = true
},
handleSuperButton() {
this.$u.route({url: 'pages/mine/superLogin/index'})
},
async allowLogin() {
let res = await this.$u.api.allowLogin()
if (res && res.code == 200) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment