潘超林 il y a 2 semaines
Parent
commit
c328cbb787
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  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)