Browse Source

取消收藏

guanchunjie 3 years ago
parent
commit
c90d139e28
1 changed files with 7 additions and 1 deletions
  1. 7 1
      src/components/Adult/preview/components/Wordcard.vue

+ 7 - 1
src/components/Adult/preview/components/Wordcard.vue

@@ -248,7 +248,13 @@ export default {
         this.$message.success("收藏成功!");
       });
     },
-    cancleColl() {},
+    cancleColl() {
+      let MethodName = "order-collection_manager-CancelMyGoodsCollection_WS";
+      let data = {
+        goods_type: 501,
+        goods_list: [],
+      };
+    },
     async writeWord(words, pinyin) {
       let _this = this;
       const MethodName = "tool-ChineseSCConvert";