[更新]
This commit is contained in:
9
app.js
9
app.js
@@ -10,6 +10,12 @@ var qqmapsdk;
|
||||
|
||||
App({
|
||||
onLaunch() {
|
||||
// 沃支付是否开启
|
||||
api.index.woPayment().then(res=>{
|
||||
this.globalData.unicomPay = res.data.unicom_pay
|
||||
})
|
||||
|
||||
|
||||
// 获取系统信息
|
||||
this.globalData.statusBarHeight = wx.getSystemInfoSync().statusBarHeight
|
||||
|
||||
@@ -65,6 +71,7 @@ App({
|
||||
atcity : "",
|
||||
adcode : '',
|
||||
longitude : '',
|
||||
latitude : ''
|
||||
latitude : '',
|
||||
unicomPay : false
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user