From 0a3f46b1c871289efb5949348b793c0ff94fb423 Mon Sep 17 00:00:00 2001 From: luyisha Date: Fri, 13 Oct 2023 19:17:01 +0800 Subject: [PATCH] =?UTF-8?q?888=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/js/updateTabBar.js | 14 +- pages/goodslist/goodslist.vue | 6 +- pages/home/home.vue | 154 +++++++- pages/list/agent.vue | 100 ++++-- pages/list/team.vue | 64 +++- pages/login/login.vue | 3 +- .../WinningRecord/WinningRecord.vue | 163 +++++++++ pages/recordsList/recordsList.vue | 41 +++ pages/scratchCard/readme.md | 50 +++ pages/scratchCard/scratch.js | 35 +- pages/scratchCard/scratchCard.vue | 336 +++++++++++++++--- pages/scratchCard/scratchTools.js | 142 ++++++++ pages/ucenter/invite/invite.vue | 35 +- pages/ucenter/ucenter.vue | 28 +- static/home/fas fa-caret-down@2x.png | Bin 0 -> 367 bytes static/home/stLine-calendar-l@2x.png | Bin 0 -> 154 bytes static/tabbar/jilu.png | Bin 0 -> 339 bytes static/tabbar/jilu_a.png | Bin 0 -> 583 bytes static/user/icon_point.png | Bin 0 -> 504 bytes 19 files changed, 1050 insertions(+), 121 deletions(-) create mode 100644 pages/recordsList/WinningRecord/WinningRecord.vue create mode 100644 pages/scratchCard/readme.md create mode 100644 pages/scratchCard/scratchTools.js create mode 100644 static/home/fas fa-caret-down@2x.png create mode 100644 static/home/stLine-calendar-l@2x.png create mode 100644 static/tabbar/jilu.png create mode 100644 static/tabbar/jilu_a.png create mode 100644 static/user/icon_point.png diff --git a/common/js/updateTabBar.js b/common/js/updateTabBar.js index 9e9f3be..1c8c0d7 100644 --- a/common/js/updateTabBar.js +++ b/common/js/updateTabBar.js @@ -16,6 +16,10 @@ export default { index:3, visible: false }) + uni.setTabBarItem({ + index:4, + visible: false + }) }, changeAgent(){ uni.setTabBarItem({ @@ -32,6 +36,10 @@ export default { }) uni.setTabBarItem({ index:3, + visible: true + }) + uni.setTabBarItem({ + index:4, visible: false }) }, @@ -42,7 +50,7 @@ export default { }) uni.setTabBarItem({ index:1, - visible: false + visible: true }) uni.setTabBarItem({ index:2, @@ -50,6 +58,10 @@ export default { }) uni.setTabBarItem({ index:3, + visible: false + }) + uni.setTabBarItem({ + index:4, visible: true }) }, diff --git a/pages/goodslist/goodslist.vue b/pages/goodslist/goodslist.vue index a45225f..2e89cca 100644 --- a/pages/goodslist/goodslist.vue +++ b/pages/goodslist/goodslist.vue @@ -1,6 +1,6 @@