Explorar o código

收藏参数更改

xiaomei hai 7 meses
pai
achega
2f71cad100
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);