Browse Source

收藏参数更改

xiaomei 6 months ago
parent
commit
2f71cad100
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/transfer/list.vue

+ 1 - 1
src/views/transfer/list.vue

@@ -239,7 +239,7 @@ export default {
         // this.list[index].collect = 0;
         this.$set(this.list[index], 'collect', 0)
       }
-      homeApi.collect({ market_id: item.id }).then(res => {
+      homeApi.collect({ market_id: item.product_id }).then(res => {
         if (res.code == 200) {
         } else {
           this.$toast(res.msg);