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 @@