pageLoading: true, | pageLoading: true, | ||||
isOther: data.customerid != app.globalData.customerId | isOther: data.customerid != app.globalData.customerId | ||||
}) | }) | ||||
console.log(`进这里`) | |||||
// 记录浏览量 | |||||
if (this.data.isOther) { | |||||
this.saveHomeCollect(); | |||||
} | |||||
this.getListData(); | |||||
}) | }) | ||||
} else { | } else { | ||||
this.setData({ | this.setData({ | ||||
pageLoading: true, | pageLoading: true, | ||||
isOther: options.customerId != app.globalData.customerId | isOther: options.customerId != app.globalData.customerId | ||||
}) | }) | ||||
console.log(`进这里2`) | |||||
} | |||||
// 记录浏览量 | |||||
if (this.data.isOther) { | |||||
this.saveHomeCollect(); | |||||
// 记录浏览量 | |||||
if (this.data.isOther) { | |||||
this.saveHomeCollect(); | |||||
} | |||||
this.getListData(); | |||||
} | } | ||||
this.getListData(); | |||||
}, | }, | ||||
// 进入详情 | // 进入详情 | ||||
goDetails(e) { | goDetails(e) { |