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 @@ + + + +