From 237df8d03933089ecd28b1793b18a4f84661c8b1 Mon Sep 17 00:00:00 2001
From: wangxiaowei <1121133807@qq.com>
Date: Sat, 3 Jan 2026 01:40:44 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=8C=B6=E8=89=BA=E5=B8=88?=
=?UTF-8?q?=E4=B8=93=E7=94=A8=E7=9A=84=E4=BC=98=E6=83=A0=E5=88=B8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/bundle_b/pages/tea-specialist/coupon.vue | 159 +++++++++++++++++++
1 file changed, 159 insertions(+)
create mode 100644 src/bundle_b/pages/tea-specialist/coupon.vue
diff --git a/src/bundle_b/pages/tea-specialist/coupon.vue b/src/bundle_b/pages/tea-specialist/coupon.vue
new file mode 100644
index 0000000..edba33c
--- /dev/null
+++ b/src/bundle_b/pages/tea-specialist/coupon.vue
@@ -0,0 +1,159 @@
+
+{
+ "needLogin": true,
+ "layout": "default",
+ "style": {
+ "navigationStyle": "custom"
+ }
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 可用优惠券
+ {{ couponList.use.length }}张
+
+
+
+
+
+
+
+
+
+
+
+
+ 已选择{{ checkedId ? 1 : 0 }}张
+
+ 确定
+
+
+
+
+
+
+
+