Fix:2864 【管理后台】古镇等级设置,后台改为纯文本输入,前端标识根据文本显示
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
<view class="top-intro">
|
||||
<view class="intro-title v12-pa-3">
|
||||
<text class="v12-font-bold v12-font-40">{{ townInfo.name }}</text>
|
||||
<text class="aaaa" v-if="townInfo.isFourA === 1">
|
||||
4A
|
||||
<text class="aaaa" v-if="townInfo.qualityRating">
|
||||
{{ townInfo.qualityRating }}
|
||||
</text>
|
||||
</view>
|
||||
<view class="shareBtn" @click="shareImg"><u-icon name="share-square" color="#C52733"></u-icon>分享给好友</view>
|
||||
|
||||
Reference in New Issue
Block a user