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}` }) } },