feat: 我的、设置、打印指南页面开发完成

This commit is contained in:
R524809
2026-05-07 16:32:49 +08:00
parent 0737c6165e
commit c732111e12
43 changed files with 1702 additions and 837 deletions
+3 -4
View File
@@ -24,8 +24,8 @@
<swiper
class="home-hero-swiper"
previous-margin="100rpx"
next-margin="100rpx"
previous-margin="80rpx"
next-margin="80rpx"
circular="{{featuredItems.length > 1 && !loading}}"
autoplay="{{!loading}}"
interval="{{4000}}"
@@ -200,8 +200,7 @@
path="{{item.path}}"
data-title="{{item.title}}"
data-path="{{item.path}}"
bindtap="onTapCard"
/>
bindtap="onTapCard" />
</view>
</scroll-view>
</view>