Browse Source

收藏参数更改

xiaomei 7 tháng trước cách đây
mục cha
commit
2f71cad100
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);