diff --git a/components/CouponsPopup.vue b/components/CouponsPopup.vue index a7b2936..a7c2e40 100644 --- a/components/CouponsPopup.vue +++ b/components/CouponsPopup.vue @@ -14,7 +14,7 @@ @change="changeNav" v-if="showTab" /> - + 券后价 @@ -29,7 +29,10 @@ - = + +   + + = @@ -45,7 +48,10 @@ - - + +   + + - diff --git a/pkg_user/views/gift/gift.vue b/pkg_user/views/gift/gift.vue index d741d7a..858f645 100644 --- a/pkg_user/views/gift/gift.vue +++ b/pkg_user/views/gift/gift.vue @@ -298,6 +298,8 @@ export default { // }, methods: { showCouponsPopup() { + if (this.couponList.usable && this.couponList.usable.length === 0) return + if(this.isPayOk) return this.showPopup = !this.showPopup }, close() {