2025/9/29/2:10
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
<wxs src="./format.wxs" module="tools" />
|
||||
<view class="setting-page">
|
||||
|
||||
<!-- 用户信息卡片 -->
|
||||
@@ -24,7 +25,7 @@
|
||||
<view class="setting-card">
|
||||
<view class="setting-item" bindtap="editNickname">
|
||||
<view class="item-icon">
|
||||
<image src="/images/icon-nickname.png" mode="widthFix"></image>
|
||||
<t-icon name="article" size="40rpx" />
|
||||
</view>
|
||||
<view class="item-content">
|
||||
<text class="item-label">昵称</text>
|
||||
@@ -38,23 +39,23 @@
|
||||
<view class="item-divider"></view>
|
||||
|
||||
<view class="setting-item" bindtap="editGender">
|
||||
<view class="item-icon">
|
||||
<image src="/images/icon-gender.png" mode="widthFix"></image>
|
||||
</view>
|
||||
<view class="item-content">
|
||||
<text class="item-label">性别</text>
|
||||
<text class="item-value">{{userInfo.gender === 1 ? '男' : '女'}}</text>
|
||||
</view>
|
||||
<view class="item-arrow">
|
||||
<image src="/images/arrow-right.png" mode="widthFix"></image>
|
||||
</view>
|
||||
</view>
|
||||
<view class="item-icon">
|
||||
<t-icon name="accessibility" size="40rpx" />
|
||||
</view>
|
||||
<view class="item-content">
|
||||
<text class="item-label">性别</text>
|
||||
<text class="item-value">{{tools.formatGender(userInfo.gender)}}</text>
|
||||
</view>
|
||||
<view class="item-arrow">
|
||||
<image src="/images/arrow-right.png" mode="widthFix"></image>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="item-divider"></view>
|
||||
|
||||
<view class="setting-item" bindtap="editBirthdate">
|
||||
<view class="item-icon">
|
||||
<image src="/images/icon-birthday.png" mode="widthFix"></image>
|
||||
<t-icon name="calendar-1" size="40rpx" />
|
||||
</view>
|
||||
<view class="item-content">
|
||||
<text class="item-label">生日</text>
|
||||
@@ -69,7 +70,7 @@
|
||||
|
||||
<view class="setting-item" bindtap="editPhone">
|
||||
<view class="item-icon">
|
||||
<image src="/images/icon-phone.png" mode="widthFix"></image>
|
||||
<t-icon name="call" size="40rpx" />
|
||||
</view>
|
||||
<view class="item-content">
|
||||
<text class="item-label">手机号</text>
|
||||
@@ -89,7 +90,7 @@
|
||||
<view class="setting-card">
|
||||
<view class="setting-item" bindtap="changePassword">
|
||||
<view class="item-icon">
|
||||
<image src="/images/icon-password.png" mode="widthFix"></image>
|
||||
<t-icon name="fingerprint-1" size="40rpx" />
|
||||
</view>
|
||||
<view class="item-content">
|
||||
<text class="item-label">修改密码</text>
|
||||
@@ -103,7 +104,7 @@
|
||||
|
||||
<view class="setting-item" bindtap="managePrivacy">
|
||||
<view class="item-icon">
|
||||
<image src="/images/icon-privacy.png" mode="widthFix"></image>
|
||||
<t-icon name="hard-drive" size="40rpx" />
|
||||
</view>
|
||||
<view class="item-content">
|
||||
<text class="item-label">隐私设置</text>
|
||||
@@ -122,7 +123,7 @@
|
||||
<view class="setting-card">
|
||||
<view class="setting-item" bindtap="showAbout">
|
||||
<view class="item-icon">
|
||||
<image src="/images/icon-about.png" mode="widthFix"></image>
|
||||
<t-icon name="lighthouse" size="40rpx" />
|
||||
</view>
|
||||
<view class="item-content">
|
||||
<text class="item-label">关于我们</text>
|
||||
|
||||
Reference in New Issue
Block a user