...
|
...
|
@@ -166,15 +166,15 @@ Page({ |
|
|
var currentPage = pages[pages.length - 1]
|
|
|
var url = currentPage.route
|
|
|
|
|
|
let params = {
|
|
|
PAGE_NAME: this.data.current_page_name,
|
|
|
PAGE_PARAM: this.data.current_page_param,
|
|
|
FROM_PAGE_NAME: this.data.from_page_name,
|
|
|
FROM_PAGE_PARAM: this.data.from_page_param,
|
|
|
PV_ID: PV_ID,
|
|
|
PAGE_PATH: url,
|
|
|
};
|
|
|
logEvent(YB_PAGE_OPEN_L, params);
|
|
|
// let params = {
|
|
|
// PAGE_NAME: this.data.current_page_name,
|
|
|
// PAGE_PARAM: this.data.current_page_param,
|
|
|
// FROM_PAGE_NAME: this.data.from_page_name,
|
|
|
// FROM_PAGE_PARAM: this.data.from_page_param,
|
|
|
// PV_ID: PV_ID,
|
|
|
// PAGE_PATH: url,
|
|
|
// };
|
|
|
// logEvent(YB_PAGE_OPEN_L, params);
|
|
|
|
|
|
this.fetchBrandInfo();
|
|
|
this.fetchBanner();
|
...
|
...
|
@@ -208,15 +208,15 @@ Page({ |
|
|
},
|
|
|
onPullDownRefresh: function() {
|
|
|
// 页面相关事件处理函数--监听用户下拉动作
|
|
|
var that = this
|
|
|
let params = {
|
|
|
PAGE_NAME: that.data.current_page_name,
|
|
|
PAGE_PARAM: that.data.current_page_param,
|
|
|
FROM_PAGE_NAME: that.data.from_page_name,
|
|
|
FROM_PAGE_PARAM: that.data.from_page_param,
|
|
|
PV_ID: PV_ID,
|
|
|
};
|
|
|
logEvent(YB_PAGE_OPEN_L, params);
|
|
|
// var that = this
|
|
|
// let params = {
|
|
|
// PAGE_NAME: that.data.current_page_name,
|
|
|
// PAGE_PARAM: that.data.current_page_param,
|
|
|
// FROM_PAGE_NAME: that.data.from_page_name,
|
|
|
// FROM_PAGE_PARAM: that.data.from_page_param,
|
|
|
// PV_ID: PV_ID,
|
|
|
// };
|
|
|
// logEvent(YB_PAGE_OPEN_L, params);
|
|
|
|
|
|
},
|
|
|
loadMore: function() {
|
...
|
...
|
|