Procházet zdrojové kódy

首页添加第一次进入数据上报

guessPrice
sui před 5 roky
rodič
revize
0399beab7d
1 změnil soubory, kde provedl 7 přidání a 1 odebrání
  1. +7
    -1
      496_dongfengqichen/pages/index/index.js

+ 7
- 1
496_dongfengqichen/pages/index/index.js Zobrazit soubor

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

Načítá se…
Zrušit
Uložit