> 字符问题处理

main
格调main 2026-03-16 21:42:03 +08:00
parent ecc9fa14e6
commit 554e83f6bc
1 changed files with 2 additions and 4 deletions

View File

@ -44,8 +44,7 @@
></image> ></image>
<text class="title-text">公会福利</text> <text class="title-text">公会福利</text>
</view> </view>
<view class="section-more" @click="handleViewAllBenefits"> <view class="section-more" @click="handleViewAllBenefits" v-html="'查看全部 >'">
查看全部 >
</view> </view>
</view> </view>
<view class="benefits-list"> <view class="benefits-list">
@ -72,8 +71,7 @@
></image> ></image>
<text class="title-text">公会活动</text> <text class="title-text">公会活动</text>
</view> </view>
<view class="section-more" @click="handleViewAllActivities"> <view class="section-more" @click="handleViewAllActivities" v-html="'查看全部 >'">
查看全部 >
</view> </view>
</view> </view>
<view class="activities-list"> <view class="activities-list">