=chenming 5 lat temu
rodzic
commit
25633000ca
1 zmienionych plików z 7 dodań i 1 usunięć
  1. +7
    -1
      496_dongfengqichen/pages/index/index.js

+ 7
- 1
496_dongfengqichen/pages/index/index.js Wyświetl plik

@@ -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();

Ładowanie…
Anuluj
Zapisz