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