From 0ce83476a80c37f60ba36086c7c18ec3a2e08f7d Mon Sep 17 00:00:00 2001 From: shane <88386378@qq.com> Date: Thu, 16 Dec 2021 01:23:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E6=83=A0=E5=88=B8=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/myAccount/myAccount.vue | 19 +- pages/myAccount/myCoupons.vue | 356 ++++++++++++++++++++++++++++++++++ 2 files changed, 368 insertions(+), 7 deletions(-) create mode 100644 pages/myAccount/myCoupons.vue diff --git a/pages/myAccount/myAccount.vue b/pages/myAccount/myAccount.vue index b95e36d..cb815a4 100644 --- a/pages/myAccount/myAccount.vue +++ b/pages/myAccount/myAccount.vue @@ -9,16 +9,17 @@ 余额: {{item.amount}} - - - - - 暂无账户信息 + + + + 我的优惠券 + + - + @@ -83,12 +84,16 @@ */ onShareAppMessage: function() {}, methods: { + coupons: function(_item) { + this.vc.navigateTo({ + url: '/pages/myAccount/myCoupons', + }) + }, myAccountDetail: function(_item) { this.vc.navigateTo({ url: '/pages/myAccount/myAccountDetail?acctId=' + _item.acctId }); }, - /** * 加载业主房屋信息 */ diff --git a/pages/myAccount/myCoupons.vue b/pages/myAccount/myCoupons.vue new file mode 100644 index 0000000..38ecee6 --- /dev/null +++ b/pages/myAccount/myCoupons.vue @@ -0,0 +1,356 @@ + + + +