处理文字显示

This commit is contained in:
2023-09-04 14:55:05 +08:00
parent 663a5a9762
commit 405f36425d
10 changed files with 27 additions and 30 deletions

View File

@@ -16,9 +16,9 @@
<u-icon size="12" color="#999" name="arrow-down-fill"></u-icon>
</view>
</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()