=chenming 5 лет назад
Родитель
Сommit
25633000ca
1 измененных файлов: 7 добавлений и 1 удалений
  1. +7
    -1
      496_dongfengqichen/pages/index/index.js

+ 7
- 1
496_dongfengqichen/pages/index/index.js Просмотреть файл

placing:false, placing:false,
buyState: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; app.globalData.nowPage = 1;
if (app.globalData.isFirstLogin) { if (app.globalData.isFirstLogin) {
this.getStartAdvertising(); this.getStartAdvertising();

Загрузка…
Отмена
Сохранить