潘超林 2 settimane fa
parent
commit
c328cbb787
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      src/components/jd-detail.vue

+ 1 - 2
src/components/jd-detail.vue

@@ -89,8 +89,7 @@ export default {
     },
     getgoodDetail() {
       jdDetail({
-        skuIds: [],
-        itemIds: ['m6pQblHJgMDvmGeTn2E0FwFh_3lzC2xkU1gHEUbfkrn'],
+        itemIds: [this.query.goodsSign],
       }).then(res => {
         this.spuInfo = res.data[0]
         this.spuInfo.propGroups = JSON.parse(this.spuInfo.propGroups)