Jelajahi Sumber

收藏参数更改

xiaomei 7 bulan lalu
induk
melakukan
2f71cad100
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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);