|
|
|
@ -138,7 +138,8 @@ Page({ |
|
|
|
} |
|
|
|
getOrderExists().then(result => { |
|
|
|
wx.hideLoading() |
|
|
|
if (Number(result.data) != 1 || !app.release) { |
|
|
|
|
|
|
|
if (Number(result.data) != 1 || !app.evn) { |
|
|
|
getBaseInfo().then(result => { |
|
|
|
app.globalData.userInfo = result.data |
|
|
|
this.setData({ loging: false}) |
|
|
|
@ -154,6 +155,7 @@ Page({ |
|
|
|
this.setData({ loging: false}) |
|
|
|
}) |
|
|
|
} else { |
|
|
|
|
|
|
|
getBaseInfo().then(result => { |
|
|
|
app.globalData.userInfo = result.data |
|
|
|
this.setData({ loging: false}) |
|
|
|
|