This commit is contained in:
Alex-larget
2026-03-18 17:54:32 +08:00
parent f8d7858825
commit 0f3933fabd
27 changed files with 50 additions and 31 deletions

View File

@@ -10,7 +10,7 @@
<view class="nav-bar" style="padding-top: {{statusBarHeight}}px;">
<view class="nav-content">
<view class="nav-back" bindtap="goBack">
<text class="back-arrow"></text>
<icon name="chevron-left" size="44" color="#ffffff" customClass="back-arrow"></icon>
</view>
<view class="nav-info">
<text class="nav-chapter" wx:if="{{section.title || chapterTitle}}">{{section.title || chapterTitle}}</text>