This commit is contained in:
zhangmanman
2021-08-09 15:57:37 +08:00
parent c661dd0e16
commit 540d76bdb8
158 changed files with 4914 additions and 788 deletions

9
app.js
View File

@@ -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
}
})