fix: xinchun

This commit is contained in:
zzc
2026-03-13 02:26:22 +08:00
parent ff8d9836d5
commit d28b083630
21 changed files with 109 additions and 93 deletions

View File

@@ -122,9 +122,9 @@
<view class="footer">
<view class="footer-blessing">
<uni-icons type="vip-filled" size="14" color="#ff3b30" />
<text>祝您2026新春大吉万事如意</text>
<text>祝您 万事大吉万事如意</text>
</view>
<view class="footer-copy">2026 丙午马年 · 官方出品</view>
<view class="footer-copy">官方出品</view>
</view>
</view>
</view>
@@ -193,6 +193,11 @@ const faqList = ref([
},
]);
const copyright = [
"如有疑问,请通过“我的-使用说明”联系客服处理。",
"最终解释权归 2026 助手团队所有。",
];
const toggleCategory = (index) => {
faqList.value[index].expanded = !faqList.value[index].expanded;
};