|
@@ -1,27 +1,27 @@
|
|
|
<!--pages/mine/mine.wxml-->
|
|
<!--pages/mine/mine.wxml-->
|
|
|
<view class="container">
|
|
<view class="container">
|
|
|
- <view class="user-section">
|
|
|
|
|
- <image class="user-avatar" src="/assets/images/avatar-placeholder.jpg"></image>
|
|
|
|
|
- <view class="user-info">
|
|
|
|
|
- <text class="nickname">游客</text>
|
|
|
|
|
- <text class="user-id">用户ID:243518916</text>
|
|
|
|
|
|
|
+ <view class="user-section">
|
|
|
|
|
+ <image class="user-avatar" src="/assets/images/avatar-placeholder.jpg"></image>
|
|
|
|
|
+ <view class="user-info">
|
|
|
|
|
+ <text class="nickname">游客</text>
|
|
|
|
|
+ <text class="user-id">用户ID:{{userCode}}</text>
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
- </view>
|
|
|
|
|
|
|
|
|
|
- <view class="menu-list">
|
|
|
|
|
- <view class="menu-item" bindtap="goToReadingHistory">
|
|
|
|
|
- <image class="menu-icon" src="/assets/images/tabs/tab-bookshelf_active.png"></image>
|
|
|
|
|
- <text class="menu-text">阅读记录</text>
|
|
|
|
|
- <view class="arrow"></view>
|
|
|
|
|
|
|
+ <view class="menu-list">
|
|
|
|
|
+ <view class="menu-item" bindtap="goToReadingHistory">
|
|
|
|
|
+ <image class="menu-icon" src="/assets/images/tabs/tab-bookshelf_active.png"></image>
|
|
|
|
|
+ <text class="menu-text">阅读记录</text>
|
|
|
|
|
+ <view class="arrow"></view>
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
- </view>
|
|
|
|
|
|
|
|
|
|
- <view class="bottom-info">
|
|
|
|
|
- <view class="terms">
|
|
|
|
|
- <text class="terms-text">用户协议</text>
|
|
|
|
|
- <text class="divider">|</text>
|
|
|
|
|
- <text class="terms-text">隐私政策</text>
|
|
|
|
|
|
|
+ <view class="bottom-info">
|
|
|
|
|
+ <view class="terms">
|
|
|
|
|
+ <text class="terms-text">用户协议</text>
|
|
|
|
|
+ <text class="divider">|</text>
|
|
|
|
|
+ <text class="terms-text">隐私政策</text>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <text class="version-text">V 3.7.25</text>
|
|
|
</view>
|
|
</view>
|
|
|
- <text class="version-text">V 3.7.25</text>
|
|
|
|
|
- </view>
|
|
|
|
|
</view>
|
|
</view>
|