Fix:2864 【管理后台】古镇等级设置,后台改为纯文本输入,前端标识根据文本显示

This commit is contained in:
modendeveloper
2024-12-19 00:32:33 +08:00
parent 020bdadcae
commit 104d0ef4e1
+2 -2
View File
@@ -18,8 +18,8 @@
<view class="top-intro"> <view class="top-intro">
<view class="intro-title v12-pa-3"> <view class="intro-title v12-pa-3">
<text class="v12-font-bold v12-font-40">{{ townInfo.name }}</text> <text class="v12-font-bold v12-font-40">{{ townInfo.name }}</text>
<text class="aaaa" v-if="townInfo.isFourA === 1"> <text class="aaaa" v-if="townInfo.qualityRating">
4A {{ townInfo.qualityRating }}
</text> </text>
</view> </view>
<view class="shareBtn" @click="shareImg"><u-icon name="share-square" color="#C52733"></u-icon>分享给好友</view> <view class="shareBtn" @click="shareImg"><u-icon name="share-square" color="#C52733"></u-icon>分享给好友</view>