From 0d4530e16275d747bc0a83073a3c3e5b761e2a86 Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Sun, 21 Jan 2024 21:32:46 +0800 Subject: [PATCH] =?UTF-8?q?add=E7=89=A9=E6=B5=81=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../logistiCard/logistiBriefCard.vue | 3 +- pages.json | 2 +- pages/oaHome/accountLog.vue | 122 ++++++++++++++++-- pages/oaHome/oaHome.vue | 2 +- 4 files changed, 114 insertions(+), 15 deletions(-) diff --git a/components/logistiComptent/logistiCard/logistiBriefCard.vue b/components/logistiComptent/logistiCard/logistiBriefCard.vue index 227c265..f4c5796 100644 --- a/components/logistiComptent/logistiCard/logistiBriefCard.vue +++ b/components/logistiComptent/logistiCard/logistiBriefCard.vue @@ -27,7 +27,8 @@ - + 商品数量: 共计 {{goodsInfo.product_count}} 查看详情 diff --git a/pages.json b/pages.json index d98cf32..e2400e8 100644 --- a/pages.json +++ b/pages.json @@ -35,7 +35,7 @@ "style": { "navigationBarTitleText": "收益明细", "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#0122C7", + "navigationBarBackgroundColor": "#2B63E3", "navigationBarTextStyle": "white" } }, diff --git a/pages/oaHome/accountLog.vue b/pages/oaHome/accountLog.vue index f2a7fe8..8658743 100644 --- a/pages/oaHome/accountLog.vue +++ b/pages/oaHome/accountLog.vue @@ -1,8 +1,49 @@ \ No newline at end of file diff --git a/pages/oaHome/oaHome.vue b/pages/oaHome/oaHome.vue index d3b55c5..1b8c6fc 100644 --- a/pages/oaHome/oaHome.vue +++ b/pages/oaHome/oaHome.vue @@ -319,7 +319,7 @@ unit: "¥", event: () => { uni.navigateTo({ - url: '/pages/oaHome/accountLog' + url: `/pages/oaHome/accountLog?money=${this.myOaInfo.user_money}` }) } },