绿满眶商城微信小程序-uniapp
zxl
2025-08-04 6c7fecf52405e132e3573b43a7206f99026a1fd8
pages/product/goods.vue
@@ -501,7 +501,8 @@
     if(options.q){
        const queryParam = {
           id:'',
           goodsId:''
           goodsId:'',
           distributionId:''
        };
        const decodedUrl = decodeURIComponent(decodeURIComponent(options.q));
        console.log('原始URL:', decodedUrl);
@@ -592,6 +593,8 @@
     * 初始化信息
     */
    async init (id, goodsId, distributionId = "") {
      console.log('打印id:' + id)
      console.log('打印goodsId:'+ goodsId)
      this.isGroup = false; //初始化拼团
      this.productId = id; // skuId
      // 这里请求获取到页面数据  解析数据
@@ -648,7 +651,7 @@
      this.goodsSpec = response.data.result.specs;
      this.PromotionList = response.data.result.promotionMap;
      this.goodsParams = response.data.result.goodsParamsDTOList || [];
   console.log('优惠卷活动--------------------》',response.data.result.promotionMap)
      // 判断是否拼团活动或者积分商品 如果有则显示拼团活动信息
      this.PromotionList &&
        Object.keys(this.PromotionList).forEach((item) => {