panhui 5 лет назад
Родитель
Сommit
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.
         }
     }
 };