fix: lock resousers

This commit is contained in:
zzc
2026-03-12 10:56:03 +08:00
parent f653e6659a
commit ff8d9836d5
6 changed files with 211 additions and 23 deletions

View File

@@ -17,7 +17,7 @@
}}</text>
<view class="tag">马年专属</view>
</view>
<text class="action-text">换上了新春头像</text>
<text class="action-text">换上了专属头像</text>
</view>
</view>
@@ -53,7 +53,7 @@
<view class="section-header">
<view class="left">
<view class="bar"></view>
<text class="title">热门新春头像</text>
<text class="title">热门头像</text>
</view>
<text class="more" @tap="goToMake">查看全部</text>
</view>
@@ -69,10 +69,10 @@
</view>
<text class="frame-name">{{
item.type === "decor"
? "新春饰品"
? "精美饰品"
: item.type === "avatar"
? "新春头像"
: "新春相框"
? "爆款头像"
: "热门相框"
}}</text>
</view>
</view>
@@ -114,10 +114,10 @@
<view class="page-footer">
<view class="footer-line">
<text class="line"></text>
<text class="text">2026 HAPPY NEW YEAR</text>
<text class="text">LUCKY EVERY DAY</text>
<text class="line"></text>
</view>
<text class="footer-sub">新春祝福 · 传递温情</text>
<text class="footer-sub">专属头像</text>
</view>
</view>
</view>