From 194014908163366f1c5d7b3a36aa023dc7ef1b91 Mon Sep 17 00:00:00 2001 From: "PC-20210316OUOY\\Administrator" <812952667@qq.com> Date: Fri, 23 Apr 2021 18:00:03 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/tabBar/user/user.vue | 30 ++++++++++++++++++++---- pages/user/agentCoupons/agentCoupons.vue | 2 +- 2 files changed, 27 insertions(+), 5 deletions(-) diff --git a/pages/tabBar/user/user.vue b/pages/tabBar/user/user.vue index bcfe811..522ddcb 100644 --- a/pages/tabBar/user/user.vue +++ b/pages/tabBar/user/user.vue @@ -57,6 +57,26 @@ --> + + + + + + {{row.text}} + + + + + + 推广中心 + + + + {{row.text}} - {{row.text}} @@ -145,7 +165,10 @@ url: '../../user/coupon/coupon', text: '我的优惠券', img: '/static/img/user/momey.png' - }, { + } + ], + // 推广列表 + mytgbarList: [{ url: '', text: '客服', img: '/static/img/user/kefu.png' @@ -160,7 +183,6 @@ text: '我的推广', img: '/static/img/user/renw.png' } - ] } }, diff --git a/pages/user/agentCoupons/agentCoupons.vue b/pages/user/agentCoupons/agentCoupons.vue index aece553..3782d7f 100644 --- a/pages/user/agentCoupons/agentCoupons.vue +++ b/pages/user/agentCoupons/agentCoupons.vue @@ -1,6 +1,6 @@