|
|
@ -27,7 +27,7 @@ |
|
|
methods: { |
|
|
methods: { |
|
|
initSysConfig(options) { |
|
|
initSysConfig(options) { |
|
|
// 获取手机信息 |
|
|
// 获取手机信息 |
|
|
this.globalData.systemInfo = uni.getSystemInfoSync() |
|
|
|
|
|
|
|
|
this.globalData.systemInfo = uni.getDeviceInfo() |
|
|
this.globalData.os = this.globalData.systemInfo.platform |
|
|
this.globalData.os = this.globalData.systemInfo.platform |
|
|
// #ifdef APP-PLUS |
|
|
// #ifdef APP-PLUS |
|
|
plus.runtime.getProperty(plus.runtime.appid, (wgtinfo) => { |
|
|
plus.runtime.getProperty(plus.runtime.appid, (wgtinfo) => { |
|
|
|