|
|
@@ -462,6 +462,7 @@ Page({
|
|
|
// 点击合集
|
|
|
clickCollect(e) {
|
|
|
const { id, info, index } = e.currentTarget.dataset;
|
|
|
+ const _this = this;
|
|
|
this.setData({
|
|
|
collectId: id,
|
|
|
tagId: info.tagId,
|
|
|
@@ -472,9 +473,9 @@ Page({
|
|
|
});
|
|
|
console.log(id, info, index, "合集详情");
|
|
|
wx.redirectTo({
|
|
|
- url: "/pages/collect-video/video?collectId=${id}",
|
|
|
+ url: `/pages/collect-video/video?collectId=${id}`,
|
|
|
fail(err) {
|
|
|
- this.getCollectVideoDetail();
|
|
|
+ _this.getCollectVideoDetail();
|
|
|
},
|
|
|
});
|
|
|
},
|