Compare commits

...

7 Commits

Author SHA1 Message Date
3f8baac1bd 删除赋能 2023-07-07 15:21:50 +08:00
a234b15f65 增加咨询字段 2023-07-06 15:04:59 +08:00
06771c8a68 切换环境 2023-07-06 13:30:23 +08:00
5f290f3b78 咨询订单服务金额改成订单类型 2023-07-06 12:00:40 +08:00
cba40b636e 更改文字 2023-07-06 11:16:57 +08:00
8b742c6212 更新 2023-07-06 10:27:19 +08:00
2758d4b5b2 更新 2023-07-06 10:24:58 +08:00
11 changed files with 26 additions and 50 deletions

View File

@@ -1,3 +1,3 @@
# dou-Fire
抖火App
抖火App -- 上架 - 版本 删除修改部分功能 使用~

View File

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

View File

@@ -12,7 +12,7 @@
<view class="nowrap" style="color: #FFAB3F;" v-else>待匹配律师</view>
</view>
<view class="order-content-type">
<label>服务金额</label>
<label>订单类型</label>
<view class="nowrap">{{ synthesis.title || '-' }}</view>
</view>
<view class="order-content-type">

View File

@@ -2,8 +2,8 @@
"name" : "抖火数字化咨询服务平台",
"appid" : "__UNI__C305C03",
"description" : "纵有疾风起,人生不言弃",
"versionName" : "1.4.8",
"versionCode" : 104,
"versionName" : "1.4.9",
"versionCode" : 149,
"transformPx" : false,
/* 5+App */
"app-plus" : {

View File

@@ -585,7 +585,7 @@
"name": "Entrust",
"auth": true,
"style": {
"navigationBarTitleText": "案件委托",
"navigationBarTitleText": "案件委托咨询",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#FFFFFF"
}
@@ -622,7 +622,7 @@
"name": "ConsultWork",
"auth": true,
"style": {
"navigationBarTitleText": "协商调解单",
"navigationBarTitleText": "协商调解咨询单",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#FFFFFF"
}
@@ -640,7 +640,7 @@
"name": "ActionWork",
"auth": true,
"style": {
"navigationBarTitleText": "诉讼委托单",
"navigationBarTitleText": "诉讼委托咨询单",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#FFFFFF"
}
@@ -727,7 +727,7 @@
"name": "EntrustCivil",
"auth": true,
"style": {
"navigationBarTitleText": "案件委托-民事诉讼",
"navigationBarTitleText": "案件委托-民事诉讼-咨询",
"enablePullDownRefresh": false,
"backgroundColor": "#FFF"
}
@@ -737,7 +737,7 @@
"name": "EntrustWrite",
"auth": true,
"style": {
"navigationBarTitleText": "案件委托-",
"navigationBarTitleText": "案件委托-咨询",
"enablePullDownRefresh": false,
"backgroundColor": "#FFF"
}
@@ -755,7 +755,7 @@
"name": "ExpandWrite",
"auth": true,
"style": {
"navigationBarTitleText": "拓展服务-",
"navigationBarTitleText": "拓展服务-咨询",
"enablePullDownRefresh": false,
"backgroundColor": "#FFF"
}

View File

@@ -40,7 +40,7 @@
<!-- 协商调解类 -->
<view class="block">
<view class="block-title">
<view class="title">协商调解类</view>
<view class="title">协商调解咨询</view>
</view>
<scroll-view class="the-tabs" scroll-x="true" >
<block v-for="(item, index) in theTabs" :key="index">
@@ -89,29 +89,12 @@
</block>
</scroll-view>
</view>
<!-- 诉讼委托类 -->
<view class="block">
<view class="block-title">
<view class="title">诉讼委托类</view>
</view>
<view class="lawsuit">
<block v-for="(item, index) in appMenus.cases" :key="index">
<view class="lawsuit-item" @click="onView(item.page)">
<view class="lawsuit-cover" :style="'background-image: url(' + item.cover + ');'"></view>
<view class="lawsuit-text">
<view class="lawsuit-title nowrap">{{item.title}}</view>
<view class="lawsuit-price">{{item.price}}<text v-if="item.limit != null">{{item.limit}}</text></view>
</view>
</view>
</block>
</view>
</view>
<!-- 增收赋能类 -->
<view class="block">
<view class="block" style="display: none;">
<view class="block-title">
<view class="title">增收赋能类</view>
<view class="title">增收赋能咨询</view>
</view>
<scroll-view
<scroll-view ßßß
class="the-flex"
style="padding-top: 0;"
scroll-x="true"
@@ -119,6 +102,7 @@
:scroll-into-view='defaultViewId'
@click="onToast()"
>
A
<view class="the-flex-item">
<view class="cover" :style="'background-image: url(' + require('@/static/synthesize/img_07.png') + ');'"></view>
<view class="title nowrap">巅峰销售思维</view>

View File

@@ -5,7 +5,7 @@
<view class="total-flex">
<view class="total-item">
<image class="icon" src="@/static/icons/work_icon_00.png"></image>
<view class="title">诉讼委托单</view>
<view class="title">诉讼委托咨询</view>
<view class="number">{{orderAll.all}}<text></text></view>
</view>
<view class="total-item">

View File

@@ -38,7 +38,7 @@
</view>
</view>
<view class="block">
<view class="block-title">协商调解订单管理</view>
<view class="block-title">协商调解咨询订单管理</view>
<view class="tool-flex">
<view class="tool-flex-item" @click="onNav('Orders', { 'type': 0 })">
<image class="icon" src="@/static/icons/work_icon_06.png"></image>

View File

@@ -162,7 +162,7 @@
case 'entrust':
isScroll = true
funName = entrustOrder
tabName = '委托订单'
tabName = '委托咨询订单'
tabsArr = [
{ name: '待支付', type: 0 },
{ name: '待审核', type: 1 },

View File

@@ -3,7 +3,7 @@
<block v-if="serviceArr.length > 0">
<view class="block" v-for="(item, index) in serviceArr" :key="index">
<view class="block-title">
{{item.title}}
{{item.title}}111
<view class="block-remove" @click="onRemove(index)" v-if="serviceArr.length > 1">
<u-icon class="block-remove-icon" size="15" color="#446EFE" name="minus-circle"></u-icon>移出
</view>
@@ -18,7 +18,7 @@
</view>
<!-- 业务类型 -->
<view class="block-item">
<label class="block-item-label"><text>*</text>业务类型</label>
<label class="block-item-label"><text>*</text>业务咨询类型</label>
<picker :range="item.fromType" range-key="title" :value="item.fromIndex" @change="businessChange($event, item, index)">
<view class="institution-picker">
<view class="institution-picker-text nowrap">{{item.fromType[item.fromIndex].title}}</view>
@@ -327,7 +327,7 @@
}).then(res => {
uni.showModal({
title : '提示',
content : '订单已创建,请尽快提醒用户完善用户资料',
content : '咨询订单已创建,请尽快提醒用户完善用户资料',
showCancel : false,
success : () => {
this.$Router.back()

View File

@@ -69,7 +69,7 @@
<view class="flex-item" @click="onNav('ConsultWork')">
<image class="flex-icon" src="/static/icons/icon_00.png" mode="aspectFill"></image>
<view class="flex-title">
<view class="flex-name">协商调解类</view>
<view class="flex-name">协商调解咨询</view>
<view class="flex-tips">信用卡贷款业务</view>
</view>
<view class="flex-btn">去查看</view>
@@ -82,19 +82,11 @@
</view>
<view class="flex-btn">去查看</view>
</view>
<view class="flex-item" @click="onNav('ActionWork')">
<image class="flex-icon" src="/static/icons/icon_02.png" mode="aspectFill"></image>
<view class="flex-title">
<view class="flex-name">诉讼委托类</view>
<view class="flex-tips">案件委托拓展服务</view>
</view>
<view class="flex-btn">去查看</view>
</view>
<view class="flex-item" @click="onToastTips()">
<view class="flex-item" @click="onToastTips()" style="display: none;">
<!-- @click="onNav('EnableWork')" -->
<image class="flex-icon" src="/static/icons/icon_03.png" mode="aspectFill"></image>
<view class="flex-title">
<view class="flex-name">增收赋能类</view>
<view class="flex-name">增收赋能咨询</view>
<view class="flex-tips">销售领袖演说等</view>
</view>
<view class="flex-btn">去查看</view>