From e5c72531232155d2141bd69b034dea6cd7088b53 Mon Sep 17 00:00:00 2001 From: woody Date: Tue, 2 Sep 2025 14:37:13 +0800 Subject: [PATCH] =?UTF-8?q?feat(directPushList):=20=E7=9B=B4=E6=8E=A8?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=85=A5=E5=8F=A3=E5=8F=98=E6=9B=B4=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=96=B0=E5=AD=97=E6=AE=B5-=E5=9B=A2?= =?UTF-8?q?=E9=98=9F=E4=BA=BA=E6=95=B0=20=E6=B3=A8=E5=86=8C=E4=B8=9A?= =?UTF-8?q?=E7=BB=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/distribution/directList.vue | 390 +++-------- .../distribution/performanceDistribution.vue | 593 ++++++++-------- config/request.js | 2 +- pages.json | 8 - pages/mine/index.vue | 21 +- pages/performanceEchart/index.vue | 660 +++++++----------- 6 files changed, 711 insertions(+), 963 deletions(-) diff --git a/components/distribution/directList.vue b/components/distribution/directList.vue index fd8043b..97c0239 100644 --- a/components/distribution/directList.vue +++ b/components/distribution/directList.vue @@ -1,295 +1,127 @@ - - \ No newline at end of file + + diff --git a/components/distribution/performanceDistribution.vue b/components/distribution/performanceDistribution.vue index 08bf740..22aae49 100644 --- a/components/distribution/performanceDistribution.vue +++ b/components/distribution/performanceDistribution.vue @@ -1,300 +1,339 @@ \ No newline at end of file +.date-unit { + font-size: 22rpx; + color: #005bac; + font-weight: 500; + margin-right: 6rpx; +} + +.title { + padding: 10rpx 0; + margin-top: 10rpx; +} + +.width-auto { + background-color: #fff; + padding: 0 22rpx; + width: 690rpx; + margin: 0 auto; + padding-bottom: 20rpx; +} + +.listrefor { + color: #ffffff; + border-radius: 10rpx; + padding: 32rpx 21rpx; + margin-top: 25rpx; + display: flex; + justify-content: space-between; + + .flex_item:nth-child(1) { + width: 40%; + } + + .flex_item:nth-child(2) { + width: 35%; + } + + .flex_item:nth-child(3) { + width: 25%; + } + + .text1 { + font-size: 28rpx; + } + + .text2 { + font-size: 30rpx; + font-weight: bold; + margin-top: 30rpx; + } +} + +.bg1 { + background: linear-gradient(180deg, #fc7c7c 0%, #f65757 100%); +} + +.bg2 { + background: linear-gradient(180deg, #ff9354 0%, #ff7f36 100%); +} + +.bg3 { + background: linear-gradient(180deg, #677af9 0%, #697bf2 100%); +} + diff --git a/config/request.js b/config/request.js index c6d6d7e..780c5e4 100644 --- a/config/request.js +++ b/config/request.js @@ -19,7 +19,7 @@ module.exports = vm => { //#ifdef DEV_SERVER console.log('DEV_SERVER') - config.baseURL = 'http://192.168.0.86:8080' + config.baseURL = 'https://t-bl.beida777.com/prod-api' //#endif //#ifdef QA_SERVER diff --git a/pages.json b/pages.json index d7b6ae4..804b09b 100644 --- a/pages.json +++ b/pages.json @@ -161,14 +161,6 @@ "enablePullDownRefresh": true } }, - { - "path": "pages/mine/directPush/index", - "style": { - "navigationBarTitleText": "直推列表", - "navigationBarBackgroundColor": "#fff", - "enablePullDownRefresh": true - } - }, { "path": "pages/performanceEchart/index", "style": { diff --git a/pages/mine/index.vue b/pages/mine/index.vue index ce94231..3d8b7cb 100644 --- a/pages/mine/index.vue +++ b/pages/mine/index.vue @@ -300,6 +300,13 @@ export default { payNum: '', awards: {}, otherMenuList: [ + { + url: '/pages/performanceEchart/index', + name: '数据查询', + imgurl: '../../static/images/mark1.png', + menuKey: 'marketDynamics', + ifshow: true, + }, { url: '1', name: '我的钱包', @@ -350,13 +357,13 @@ export default { menuKey: 'addressList', ifshow: true, }, - { - url: '/pages/mine/directPush/index', - name: '直推列表', - imgurl: '../../static/images/mark5.png', - menuKey: 'directPush', - ifshow: false, - }, + // { + // url: '/pages/mine/directPush/index', + // name: '直推列表', + // imgurl: '../../static/images/mark5.png', + // menuKey: 'directPush', + // ifshow: false, + // }, { url: '/pages/pickupArea/pickupArea', name: '提货专区', diff --git a/pages/performanceEchart/index.vue b/pages/performanceEchart/index.vue index 0962881..7a6b275 100644 --- a/pages/performanceEchart/index.vue +++ b/pages/performanceEchart/index.vue @@ -1,415 +1,293 @@