|
@@ -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";
|