Browse Source

修改评论

zs 1 year ago
parent
commit
8600d3311e

+ 1 - 1
pages/my/index.vue

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

File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/my/index.js.map


+ 1 - 1
unpackage/dist/dev/mp-weixin/pages/my/index.js

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