绿满眶商城微信小程序-uniapp
peng
2025-09-12 810fbf8955b99c7e6e4a8551f7e1ffa95515f549
pages/order/claim-coupon/claim-coupon.vue
@@ -12,12 +12,12 @@
            <!-- 商品图片 -->
            <view class="goods-image-container">
               <u-image 
                  :src="couponInfo.goodsImage || '/static/default_goods.png'"
                  :src="couponInfo.goodsUrl"
                  width="100%" 
                  height="300rpx" 
                  mode="aspectFit"
                  border-radius="16"
                  @click="previewImage(couponInfo.goodsImage)"
                  @click="previewImage(couponInfo.goodsUrl)"
               ></u-image>
            </view>
            
@@ -95,7 +95,6 @@
      onLoad(options) {
         // 通过参数传递优惠券ID
         // 例如: /pages/order/claim-coupon/claim-coupon?id=123
         options.id = '1966390012058017794'
         
         this.couponId = ''
         if (options.id) {
@@ -148,7 +147,7 @@
               uni.showLoading({
                  title: '领取中...'
               });
               console.log(this.couponInfo)
               // 调用领取优惠券接口
               const res = await claimVirtualCoupon(this.couponInfo.id);