更改文字

This commit is contained in:
2023-07-06 11:16:57 +08:00
parent 8b742c6212
commit cba40b636e
6 changed files with 15 additions and 40 deletions

View File

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

View File

@@ -40,7 +40,7 @@
<!-- 协商调解类 --> <!-- 协商调解类 -->
<view class="block"> <view class="block">
<view class="block-title"> <view class="block-title">
<view class="title">协商调解类</view> <view class="title">协商调解咨询</view>
</view> </view>
<scroll-view class="the-tabs" scroll-x="true" > <scroll-view class="the-tabs" scroll-x="true" >
<block v-for="(item, index) in theTabs" :key="index"> <block v-for="(item, index) in theTabs" :key="index">
@@ -89,27 +89,10 @@
</block> </block>
</scroll-view> </scroll-view>
</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">
<view class="block-title"> <view class="block-title">
<view class="title">增收赋能类</view> <view class="title">增收赋能咨询</view>
</view> </view>
<scroll-view <scroll-view
class="the-flex" class="the-flex"

View File

@@ -5,7 +5,7 @@
<view class="total-flex"> <view class="total-flex">
<view class="total-item"> <view class="total-item">
<image class="icon" src="@/static/icons/work_icon_00.png"></image> <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 class="number">{{orderAll.all}}<text></text></view>
</view> </view>
<view class="total-item"> <view class="total-item">

View File

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

View File

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

View File

@@ -69,7 +69,7 @@
<view class="flex-item" @click="onNav('ConsultWork')"> <view class="flex-item" @click="onNav('ConsultWork')">
<image class="flex-icon" src="/static/icons/icon_00.png" mode="aspectFill"></image> <image class="flex-icon" src="/static/icons/icon_00.png" mode="aspectFill"></image>
<view class="flex-title"> <view class="flex-title">
<view class="flex-name">协商调解类</view> <view class="flex-name">协商调解咨询</view>
<view class="flex-tips">信用卡贷款业务</view> <view class="flex-tips">信用卡贷款业务</view>
</view> </view>
<view class="flex-btn">去查看</view> <view class="flex-btn">去查看</view>
@@ -82,19 +82,11 @@
</view> </view>
<view class="flex-btn">去查看</view> <view class="flex-btn">去查看</view>
</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()">
<!-- @click="onNav('EnableWork')" --> <!-- @click="onNav('EnableWork')" -->
<image class="flex-icon" src="/static/icons/icon_03.png" mode="aspectFill"></image> <image class="flex-icon" src="/static/icons/icon_03.png" mode="aspectFill"></image>
<view class="flex-title"> <view class="flex-title">
<view class="flex-name">增收赋能类</view> <view class="flex-name">增收赋能咨询</view>
<view class="flex-tips">销售领袖演说等</view> <view class="flex-tips">销售领袖演说等</view>
</view> </view>
<view class="flex-btn">去查看</view> <view class="flex-btn">去查看</view>