=chenming 5 vuotta sitten
vanhempi
commit
93e54dd444
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. +1
    -2
      496_dongfengqichen/app.js

+ 1
- 2
496_dongfengqichen/app.js Näytä tiedosto

@@ -2,6 +2,7 @@
App({
onLaunch: function (options) {
console.log(options);
this.globalData.sceneSource = options.scene;
if (options.referrerInfo && options.referrerInfo.extraData && options.referrerInfo.extraData.source) {
this.globalData.sceneSource = options.referrerInfo.extraData.source;
} else if (options.query && options.query.scene) {
@@ -14,8 +15,6 @@ App({
this.globalData.sceneSource = split[1];
}
}
} else {
this.globalData.sceneSource = options.scene
}
// 展示本地存储能力
var openid = wx.getStorageSync('openid') || "";

Loading…
Peruuta
Tallenna