=chenming 5年前
コミット
25633000ca
1個のファイルの変更7行の追加1行の削除
  1. +7
    -1
      496_dongfengqichen/pages/index/index.js

+ 7
- 1
496_dongfengqichen/pages/index/index.js ファイルの表示

@@ -39,7 +39,13 @@ Page({
placing:false,
buyState:false
},
onLoad: function () {
onLoad: function (options) {
if (app.globalData.isFirstLogin){
console.log("第一次进入");
wx.reportAnalytics('event_source_launch', {
source: options.source ? options.source :0
});
}
app.globalData.nowPage = 1;
if (app.globalData.isFirstLogin) {
this.getStartAdvertising();

読み込み中…
キャンセル
保存