diff --git a/pkg_user/views/gift/gift.vue b/pkg_user/views/gift/gift.vue index c58fabe..89312e6 100644 --- a/pkg_user/views/gift/gift.vue +++ b/pkg_user/views/gift/gift.vue @@ -198,6 +198,7 @@ v-if="couponList.usable && couponList.usable.length > 0" :two-list="couponList" @change="changeCoupons" + :currentPrice="computedResult.canUseCouponPrice" @close="close" :id="couponId" :show-tab="false"