From 8f5a7339e6a3e5c72081983f3d15f08f16984871 Mon Sep 17 00:00:00 2001
From: huliyong <2783385703@qq.com>
Date: Thu, 26 Dec 2024 20:00:33 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/user/couponList.vue | 195 +++++++++++++++++++++++++++++++++++++++++
pages.json | 5 +-
pages_order/mine/recommend.vue | 4 +-
3 files changed, 202 insertions(+), 2 deletions(-)
create mode 100644 components/user/couponList.vue
diff --git a/components/user/couponList.vue b/components/user/couponList.vue
new file mode 100644
index 0000000..653e542
--- /dev/null
+++ b/components/user/couponList.vue
@@ -0,0 +1,195 @@
+
+
+
+
+
+
+
+
+ ¥
+
+ {{ item.price }}
+
+
+ {{ item.useType_dictText }}满{{ item.conditionPrice }}可用
+
+
+
+
+ 有效期{{ item.endTime || '不限' }}
+
+
+ {{ item.type_dictText }}使用
+
+
+
+
+
+
+ {{ item.status_dictText }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages.json b/pages.json
index 34367e9..bc8ffff 100644
--- a/pages.json
+++ b/pages.json
@@ -83,7 +83,10 @@
"path": "home/journalism"
},
{
- "path": "mine/recommend"
+ "path": "mine/recommend",
+ "style": {
+ "enablePullDownRefresh": true
+ }
},
{
"path": "home/introduce"
diff --git a/pages_order/mine/recommend.vue b/pages_order/mine/recommend.vue
index 61e47bb..febb759 100644
--- a/pages_order/mine/recommend.vue
+++ b/pages_order/mine/recommend.vue
@@ -63,7 +63,9 @@
vipType : ['普通会员', '黄金会员', '渠道商'],
}
},
- onLoad(e) {},
+ onLoad(e) {
+ // this.queryParams.xxx = id
+ },
methods: {
}