fix: xinchun
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user