panhui 4 년 전
부모
커밋
91806b2d5d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/ProductInfo.vue

+ 1 - 1
src/components/ProductInfo.vue

@@ -80,7 +80,7 @@ export default {
             this.navigateTo('/pages/details?id=' + this.info.cardCaseId, false);
         },
         cancelFollow(){
-            wx.
+            // wx.
         }
     }
 };