問題描述:
點擊取消收藏后無反應
解決方法:
- 文件路徑 pages/users/user_goods_collection/index.vue
- 按照下圖中標記內容對比修改
del(type) {
if (!this.getIds().length) {
return this.$util.Tips({
title: '請選擇收藏商品或視頻'
});
}
collectDel(this.getIds(), type).then(res => {
this.loadend = false;
this.page = 1;
this.$set(this, 'collectProductList', []);
this.get_user_collect_product(type);
return this.$util.Tips({
title: res.msg
});
}).catch(err => {
return this.$util.Tips({
title: err
});
})
}
- 修改完成后需重新打包,打包文檔 https://doc.www.2233z.cn/pro/crmebprov2/2349