diff --git a/h5/pages/main/coupon/coupon.vue b/h5/pages/main/coupon/coupon.vue
index bf2828d..5830563 100644
--- a/h5/pages/main/coupon/coupon.vue
+++ b/h5/pages/main/coupon/coupon.vue
@@ -34,6 +34,12 @@ const selectCoupon = (item) => {
uni.navigateBack({ delta: 1 });
};
+const noSelectCoupon = () => {
+ yytjInfo.value.couponId = "";
+ yytjInfo.value.couponPrice = "";
+ $store.setYytjInfo(yytjInfo.value);
+};
+
const config_ref = ref(null);
const configRef = (e) => {
if (!config_ref.value) {
@@ -73,7 +79,7 @@ onShow(() => {
{{ item.desc }}
{
}}
立
即
使
用
+
+ 取
消
使
用
+