From 160d1b2292d10e71ca8f43dca52942c43c61bc63 Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Wed, 20 Dec 2023 23:17:23 +0800 Subject: [PATCH] uu --- common/custom.scss | 2 +- common/enum.js | 11 +++- pages.json | 18 ++++++ pages/tabBar/mine/mine.vue | 14 +++-- pages/tabBar/order/order.vue | 11 +--- pages/user/bunsStatic.vue | 106 +++++++++++++++++++++++++++++++++ pages/user/exclusiveQrcode.vue | 66 ++++++++++++++++++++ pages/user/withdraw.vue | 68 +++++++++++++++++++++ 8 files changed, 279 insertions(+), 17 deletions(-) create mode 100644 pages/user/bunsStatic.vue create mode 100644 pages/user/exclusiveQrcode.vue create mode 100644 pages/user/withdraw.vue diff --git a/common/custom.scss b/common/custom.scss index adc811c..d0d9cc3 100644 --- a/common/custom.scss +++ b/common/custom.scss @@ -222,7 +222,7 @@ color: #999; } .clr-prm{ - color: #B12D29;; + color: #B12D29; } .clr-wht{ color: #fff;; diff --git a/common/enum.js b/common/enum.js index 2471af5..b59bfa8 100644 --- a/common/enum.js +++ b/common/enum.js @@ -9,7 +9,6 @@ const ordStatusList = [ { title: '待付款', val: ordStaEnum.unpay } ] - const payTypeEnum = { postNow: 1, toNow: 2, @@ -159,6 +158,15 @@ const kuaidiTypeList = [ { title: '其他', val: kuaidiTypeEnum.other }, ] +const dateRangeList = [ + { title: '天', val: 1 }, + { title: '周', val: 2 }, + { title: '月', val: 3 }, + { title: '季度', val: 4 }, + { title: '年', val: 5 }, +] + + export { ordStaEnum, ordStatusList, @@ -182,4 +190,5 @@ export { packTypeList, kuaidiTypeEnum, kuaidiTypeList, + dateRangeList, } \ No newline at end of file diff --git a/pages.json b/pages.json index d81baa7..d4ad0f5 100644 --- a/pages.json +++ b/pages.json @@ -50,6 +50,24 @@ "navigationBarTitleText": "", "navigationStyle":"custom" } + }, + { + "path": "pages/user/exclusiveQrcode", + "style": { + "navigationBarTitleText": "专属二维码" + } + }, + { + "path": "pages/user/withdraw", + "style": { + "navigationBarTitleText": "计提明细" + } + }, + { + "path": "pages/user/bunsStatic", + "style": { + "navigationBarTitleText": "业务统计" + } } ], "subPackages": [{ diff --git a/pages/tabBar/mine/mine.vue b/pages/tabBar/mine/mine.vue index de7511c..77fe5d5 100644 --- a/pages/tabBar/mine/mine.vue +++ b/pages/tabBar/mine/mine.vue @@ -10,7 +10,7 @@ 我的 - + @@ -53,7 +53,9 @@ - + @@ -105,7 +107,7 @@ - 退出登录 @@ -128,9 +130,9 @@ saomiao: true, mainBtnlist: [ { title: '服务客户', icon: getCdnUrl(`mine/kehu.png`), url: '' }, - { title: '计提明细', icon: getCdnUrl(`mine/jitmx.png`), url: '' }, - { title: '专属二维码', icon: getCdnUrl(`mine/zhshu.png`), url: '' }, - { title: '我的收件', icon: getCdnUrl(`mine/shj.png`), url: '' } + { title: '计提明细', icon: getCdnUrl(`mine/jitmx.png`), url: 'user/withdraw' }, + { title: '专属二维码', icon: getCdnUrl(`mine/zhshu.png`), url: 'user/exclusiveQrcode' }, + { title: '我的收件', icon: getCdnUrl(`mine/shj.png`), url: 'user/bunsStatic' } ], } diff --git a/pages/tabBar/order/order.vue b/pages/tabBar/order/order.vue index 75d51f8..8ff89eb 100644 --- a/pages/tabBar/order/order.vue +++ b/pages/tabBar/order/order.vue @@ -138,7 +138,7 @@ + + + diff --git a/pages/user/exclusiveQrcode.vue b/pages/user/exclusiveQrcode.vue new file mode 100644 index 0000000..5de8833 --- /dev/null +++ b/pages/user/exclusiveQrcode.vue @@ -0,0 +1,66 @@ + + + + + diff --git a/pages/user/withdraw.vue b/pages/user/withdraw.vue new file mode 100644 index 0000000..42cb8b1 --- /dev/null +++ b/pages/user/withdraw.vue @@ -0,0 +1,68 @@ + + + + +