绿满眶商城微信小程序-uniapp
peng
2025-08-01 1b70393b2d1756c183aab58f0aa7ffb0d4292ac0
pages/product/goods.vue
@@ -499,8 +499,11 @@
  async onLoad (options) {
    
     if(options.q){
        let queryParam = null;
        const decodedUrl = decodeURIComponent(decodeURIComponent(option.q));
        const queryParam = {
           id:'',
           goodsId:''
        };
        const decodedUrl = decodeURIComponent(decodeURIComponent(options.q));
        console.log('原始URL:', decodedUrl);
        const params = this.parseUrlParams(decodedUrl);
        const id = params.id;
@@ -645,7 +648,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) => {
@@ -793,8 +796,8 @@
     */
    back () {
      if (getCurrentPages().length == 1) {
        uni.switchTab({
          url: "/pages/tabbar/home/index",
        uni.redirectTo({
            url: "/pages/commodity-square/commoditySquare",
        });
      } else {
        uni.navigateBack();