From be6d4622bc8880272fa0f852b439c4baebe3f36c Mon Sep 17 00:00:00 2001 From: zhangjing Date: Wed, 21 Jun 2023 17:07:43 +0800 Subject: [PATCH] =?UTF-8?q?[=E7=BB=BC=E6=B3=95=E6=94=B9=E7=89=88=EF=BC=8C?= =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83=E6=96=B0=E5=A2=9E=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=A8=A1=E5=9D=97]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apis/index.js | 2 +- pages.json | 11 + pages/index/index-老版.vue | 73 ++-- pages/index/index.vue | 588 ++++++++++++++++++++++++++++++--- pages/index/introduce.vue | 4 +- pages/sheet/create.vue | 7 +- pages/sheet/feerCreate.vue | 188 +++++++++++ pages/synthesis/feeConfirm.vue | 4 + pages/synthesis/order.vue | 9 +- pages/user/index.vue | 57 +++- 10 files changed, 828 insertions(+), 115 deletions(-) create mode 100644 pages/sheet/feerCreate.vue diff --git a/apis/index.js b/apis/index.js index daba876..2a9817a 100644 --- a/apis/index.js +++ b/apis/index.js @@ -147,7 +147,7 @@ const loginHint = () => { success: res=> { loginHintState = false if (res.confirm) uni.reLaunch({ - url: '/login/login' + url: '/index/index' }) } }) diff --git a/pages.json b/pages.json index ed18aea..aaaba22 100644 --- a/pages.json +++ b/pages.json @@ -302,14 +302,24 @@ }, { "path": "pages/sheet/create", "aliasPath": "/sheet/create", + "auth": true, "name": "sheetCreate", "style": { "navigationBarTitleText": "选择咨询类型" } + }, { + "path": "pages/sheet/feerCreate", + "aliasPath": "/sheet/feerCreate", + "name": "sheetFeerCreate", + "auth": true, + "style": { + "navigationBarTitleText": "法律咨询" + } }, { "path": "pages/sheet/basic", "aliasPath": "/sheet/basic", "name": "sheetBasic", + "auth": true, "style": { "navigationBarTitleText": "基本信息" } @@ -452,6 +462,7 @@ "path": "pages/synthesis/standBrief", "aliasPath": "/synthesis/standBrief", "name": "StandBrief", + "auth": true, "style": { "navigationBarTitleText": "企业全年法律" } diff --git a/pages/index/index-老版.vue b/pages/index/index-老版.vue index 42b046e..15ec4f0 100644 --- a/pages/index/index-老版.vue +++ b/pages/index/index-老版.vue @@ -50,39 +50,52 @@ - - - - - 经济纠纷 + + + + + + 个人全年法律 + + + 咨询服务 抖火法律 + + - - 咨询服务 抖火法律 + + + + + 案件委托 + + + 咨询服务 抖火法律 + + - - + - 刑事辩护 + 企业全年法律 咨询服务 抖火法律 - + - + - 合同纠纷 + 拓展服务 咨询服务 抖火法律 - + @@ -515,28 +528,8 @@ display: flex; .topCont-tool-left { width: calc(50% - 20rpx); - position: relative; - background-color: #554ca7; - background-image: linear-gradient(to bottom right, #544df1, #8283ff); - padding-top: calc(50% - 20rpx); margin-right: $margin - 10; - border-radius: $radius; overflow: hidden; - .topCont-whole-name { - margin: 15rpx 0; - font-size: $title-size + 6; - } - .topCont-whole-tips { - line-height: 35rpx; - font-size: $title-size-sm - 2; - opacity: .9; - } - .topCont-whole-img { - position: absolute; - right: 0; - bottom: 0; - width: 100%; - } } .topCont-tool-right { width: 50%; @@ -546,11 +539,19 @@ padding-top: calc(50% - 20rpx); border-radius: $radius; overflow: hidden; - &:nth-child(1) { + &.blueBlock { margin-bottom: 20rpx; + background-image: linear-gradient(to bottom right, #097df5, #71b9ff); + } + &.redBlock { + margin-top: 20rpx; background-image: linear-gradient(to bottom right, #f46049, #fe8479); } - &:nth-child(2) { + &.purpleBlock { + margin-bottom: 20rpx; + background-image: linear-gradient(to bottom right, #9c78fe, #a892ff); + } + &.greenBlock { margin-top: 20rpx; background-image: linear-gradient(to bottom right, #32c4c2, #50ecc7); } diff --git a/pages/index/index.vue b/pages/index/index.vue index 15ec4f0..34abfd1 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -48,52 +48,137 @@ - - - - - - - + + + + 协商调解类 + + + + + + 报单咨询 + + + 立即咨询 > + + + + + + + + + + 法律咨询类 + + + + + + 个人全年法律 - - 咨询服务 抖火法律 + + 咨询服务 + + + ¥365.00/年 - + + + + + 企业全年法律 + + + 咨询服务 + + + ¥3650.00/年 + + + + + + + + 企业全年法律 + + + 咨询服务 + + + ¥8888.00/年 + + + + + + + + 企业全年法律 + + + 咨询服务 + + + ¥20000.00/年 + + + + + + + + 企业全年法律 + + + 咨询服务 + + + ¥50000.00/年 + + + + + + + + + + 诉讼委托类 + + 案件委托 - 咨询服务 抖火法律 + ¥2000起 - - - - - - 企业全年法律 - - - 咨询服务 抖火法律 - - - - 拓展服务 - 咨询服务 抖火法律 + ¥500起 @@ -101,6 +186,70 @@ + + + + 增收赋能类 + + + + + + 巅峰销售思维 + + + ¥2980.00/年 + + + + + + 团队系统思维 + + + ¥3980.00/年 + + + + + + 领袖演说思维 + + + ¥4980.00/年 + + + + + + 卓越领袖思维 + + + ¥5980.00/年 + + + + + + 激发内在无限潜能 + + + ¥9980.00/年 + + + + + + 其他赋能培训会议 + + + 价格另议 + + + + + + @@ -222,15 +371,42 @@ + + + + + + + + 请您先关注抖火法律咨询公众号 + + + 关注后,可立即下单 + + + + + 稍后关注 + + + 马上关注 + + + + diff --git a/pages/index/introduce.vue b/pages/index/introduce.vue index 70fec4e..30e0052 100644 --- a/pages/index/introduce.vue +++ b/pages/index/introduce.vue @@ -1,6 +1,6 @@