From 47878384e8e0e3cba49382de6019de2e8e208805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E6=98=8E=E6=98=8E?= <970899069@qq.com> Date: Wed, 21 Jun 2023 09:30:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E5=87=BA=E6=BD=98=E5=AE=85=E8=AE=A1?= =?UTF-8?q?=E7=AE=97=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apis/index.js | 4 +- apis/interfaces/index.js | 2 +- apis/interfaces/user.js | 10 +- manifest.json | 4 +- pages/index/index.vue | 165 ++++++++--------------- pages/user/index.vue | 244 ++++++++++++++++++++++++++++++++-- static/icons/user_nav_09.png | Bin 0 -> 5158 bytes static/imgs/reckoner-back.png | Bin 0 -> 520082 bytes static/synthesize/img_00.png | Bin 20699 -> 0 bytes static/synthesize/img_01.png | Bin 18119 -> 0 bytes static/synthesize/img_02.png | Bin 23635 -> 0 bytes static/synthesize/img_03.png | Bin 14355 -> 0 bytes static/synthesize/img_04.png | Bin 69878 -> 0 bytes static/synthesize/img_05.png | Bin 69437 -> 0 bytes static/synthesize/img_06.png | Bin 70849 -> 0 bytes 15 files changed, 306 insertions(+), 123 deletions(-) create mode 100644 static/icons/user_nav_09.png create mode 100644 static/imgs/reckoner-back.png delete mode 100644 static/synthesize/img_00.png delete mode 100644 static/synthesize/img_01.png delete mode 100644 static/synthesize/img_02.png delete mode 100644 static/synthesize/img_03.png delete mode 100644 static/synthesize/img_04.png delete mode 100644 static/synthesize/img_05.png delete mode 100644 static/synthesize/img_06.png diff --git a/apis/index.js b/apis/index.js index bc86f66..917ef93 100644 --- a/apis/index.js +++ b/apis/index.js @@ -10,8 +10,8 @@ import router from '../router' // 基础配置 const config = { - // apiUrl : 'https://douhuo.douhuofalv.com/api/', - apiUrl : 'https://api.douhuotest.douhuofalv.com/api/', //测试环境 + apiUrl : 'https://douhuo.douhuofalv.com/api/', + // apiUrl : 'https://api.douhuotest.douhuofalv.com/api/', //测试环境 timeout : 60000 } diff --git a/apis/interfaces/index.js b/apis/interfaces/index.js index d61fc2b..76224e3 100644 --- a/apis/interfaces/index.js +++ b/apis/interfaces/index.js @@ -25,7 +25,7 @@ const jf = (data) =>{ data }) } -// 金法服务包 +// 综法服务包 const zf = (data) =>{ return request({ url: "app/services/zf", diff --git a/apis/interfaces/user.js b/apis/interfaces/user.js index b8672bd..102dd68 100644 --- a/apis/interfaces/user.js +++ b/apis/interfaces/user.js @@ -180,6 +180,13 @@ const createCity = (data) =>{ }) } +// 盘债计算器 +const debtUrl = () => { + return request({ + url: "debt/url" + }) +} + export { relations, code, @@ -201,5 +208,6 @@ export { getTeamLogs, getSignLogs, getFlows, - createCity + createCity, + debtUrl } diff --git a/manifest.json b/manifest.json index 7d4570f..a0042de 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { - "name" : "抖火", + "name" : "抖火数字化咨询服务平台", "appid" : "__UNI__C305C03", "description" : "纵有疾风起,人生不言弃", - "versionName" : "1.4.6", + "versionName" : "1.4.8", "versionCode" : 104, "transformPx" : false, /* 5+App特有相关 */ diff --git a/pages/index/index.vue b/pages/index/index.vue index 039d32b..81e40da 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -78,41 +78,15 @@ scroll-with-animation="true" :scroll-into-view='defaultViewId' > - - - 个人全年法律 - 365 /年 - - - - 企业全年法律 - 3650 /年 - - - - 企业全年法律 - 8888 /年 - - - - 企业全年法律 - 20000 /年 - - - - 企业全年法律 - 50000 /年 - + + + + {{item.title}} + {{item.price}} /{{item.limit}} + + @@ -121,20 +95,15 @@ 诉讼委托类 - - - - 案件委托 - ¥200 + + + + + {{item.title}} + ¥{{item.price}}{{item.limit}} + - - - - - 拓展服务 - ¥500 - - + @@ -142,56 +111,45 @@ 增收赋能类 - - - - - 巅峰销售思维 - 巅峰销售思维训练课2天 - ¥2980.00 - + + + + 巅峰销售思维 + 2980 - - - - 团队系统思维 - 团队系统思维训练课3天 - ¥3980.00 - + + + 团队系统思维 + 3980 - - - - 领袖演说思维 - 领袖演说思维训练课3天 - ¥4980.00 - + + + 领袖演说思维 + 4980 - - - - 卓越领秀思维 - 卓越领秀思维训练课3天 - ¥5980.00 - + + + 领袖能量思维 + 5980 - - - - 激发内在无限潜能 - 激发内在无限潜能训练课3天 - ¥9980.00 - + + + 激发内在无限潜能 + 9980 - - - - 其他赋能培训会议 - 定制其他赋能培训会议 - 价格另议 - + + + 其他赋能培训会议 + 价格另议 - + @@ -225,7 +183,7 @@ -