袁磊 4 months ago
parent
commit
125292ff0a
  1. 2
      App.vue

2
App.vue

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

Loading…
Cancel
Save