|
@@ -69,7 +69,8 @@ Component({
|
|
icon: "none"
|
|
icon: "none"
|
|
})
|
|
})
|
|
wx.showToast({
|
|
wx.showToast({
|
|
- title: isCollect == 0 ? '收藏成功' : "取消收藏",
|
|
|
|
|
|
+ title: isCollect == 0 ? '收藏成功' : "已取消收藏",
|
|
|
|
+ icon: "none"
|
|
})
|
|
})
|
|
let list = this.data.list,
|
|
let list = this.data.list,
|
|
index = this.data.fileSelected.queryrow - 1;
|
|
index = this.data.fileSelected.queryrow - 1;
|