处理文字显示

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

@@ -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>
@@ -85,7 +85,7 @@
<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-name">诉讼委托咨询</view>
<view class="flex-tips">案件委托拓展服务</view>
</view>
<view class="flex-btn">去查看</view>
@@ -93,7 +93,7 @@
<view class="flex-item" @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>
@@ -105,10 +105,9 @@
<view v-else class="auth-null">
<u-empty
mode="permission"
icon="http://cdn.uviewui.com/uview/empty/permission.png"
icon="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/06/c95ebcf8641fcbd413f990d661f638cb.gif"
text="暂未登录"
>
</u-empty>
/>
<button class="auth-null-btn" size="mini" @click="onNav('Auth')">登录</button>
</view>
</view>