From 261c0f187ac926fd1a3b52c4290736ccb1adf09a Mon Sep 17 00:00:00 2001 From: tx <2622874537@qq.com> Date: Fri, 23 Aug 2024 17:55:37 +0800 Subject: [PATCH] =?UTF-8?q?vip=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9=20?= =?UTF-8?q?=E6=B5=81=E6=B0=B4=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/http.interceptor.js | 4 +- page_vip/Vip_index.vue | 1 + page_vip/financialStatement.vue | 660 ++++++++++++++++++++++++++ pages.json | 9 + pages_admin/admin_worke.vue | 12 +- pages_admin/worke/worke_Operation.vue | 14 +- 6 files changed, 690 insertions(+), 10 deletions(-) create mode 100644 page_vip/financialStatement.vue diff --git a/common/http.interceptor.js b/common/http.interceptor.js index 9e99eeb..1413d9f 100644 --- a/common/http.interceptor.js +++ b/common/http.interceptor.js @@ -5,11 +5,11 @@ const install = (Vue, vm) => { Vue.prototype.$u.http.setConfig({ // baseUrl: 'http://61.174.243.28:15861', // baseUrl: 'http://192.168.2.46:8080', - // baseUrl: 'https://che.chuangtewl.com/prod-api', + baseUrl: 'https://che.chuangtewl.com/prod-api', // 测试环境 // baseUrl: 'https://dianche.chuantewulian.cn/prod-api', // 俞山岛 - baseUrl: 'https://dche.ccttiot.com/prod-api', + // baseUrl: 'https://dche.ccttiot.com/prod-api', // 创特 loadingText: '努力加载中~', loadingTime: 10000, diff --git a/page_vip/Vip_index.vue b/page_vip/Vip_index.vue index 5429db9..a38a995 100644 --- a/page_vip/Vip_index.vue +++ b/page_vip/Vip_index.vue @@ -58,6 +58,7 @@ + + \ No newline at end of file diff --git a/pages.json b/pages.json index 5f0441a..ac8306a 100644 --- a/pages.json +++ b/pages.json @@ -232,6 +232,15 @@ "enablePullDownRefresh": false, "navigationStyle": "custom" } + }, + { + "path" : "financialStatement", + "style" : + { + "navigationBarTitleText": "上传", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } } diff --git a/pages_admin/admin_worke.vue b/pages_admin/admin_worke.vue index a38e3cf..4922f2f 100644 --- a/pages_admin/admin_worke.vue +++ b/pages_admin/admin_worke.vue @@ -18,11 +18,17 @@ 运营数据 - + + + + + 财务报表 + @@ -239,6 +245,10 @@ uni.navigateTo({ url:'/pages_adminSet/shgl' }) + }else if(num==8){ + uni.navigateTo({ + url:'/page_vip/financialStatement' + }) } } } diff --git a/pages_admin/worke/worke_Operation.vue b/pages_admin/worke/worke_Operation.vue index 050aef8..6efa5b9 100644 --- a/pages_admin/worke/worke_Operation.vue +++ b/pages_admin/worke/worke_Operation.vue @@ -30,7 +30,7 @@ 上个月 - + 收入相关 @@ -72,7 +72,7 @@ - + 营业收入 @@ -99,7 +99,7 @@ - + 总流水:{{info.income.totalFlowAmount}} @@ -120,7 +120,7 @@ - + 租赁费 @@ -228,7 +228,7 @@ - + 车辆相关 @@ -262,7 +262,7 @@ - + 用户相关 @@ -421,7 +421,7 @@ timeEnd: this.lasTime, areaId: this.areaId } - this.$u.get('/appVerify/operatingData2', data).then((res) => { + this.$u.get('/appVerify/operatingData', data).then((res) => { if (res.code === 200) { // 处理接口返回的数据,将边界数据转换为地图组件需要的折线结构 this.info = res.data