@@ -113,7 +113,7 @@
},
// 点赞或收藏
toLike(item) {
- console.log(item);
+ const that = this;
if (that.user && that.user._id) {
if (item.type == '2') {
uni.navigateTo({
@@ -355,7 +355,7 @@ var _default = {
toLike: function toLike(item) {
+ var that = this;