改位置

This commit is contained in:
2025-11-30 00:39:14 +08:00
parent bce3f26424
commit 8b82f479c4

View File

@@ -205,16 +205,16 @@ function handleLogout() {
<!-- 常用功能 -->
<view class="section-card">
<view class="cell-group">
<view class="cell" @click="navigateTo('/pages/member/index')">
<text class="i-carbon-user-favorite icon"></text>
<text class="label">会员中心</text>
<text class="i-carbon-chevron-right arrow"></text>
</view>
<view class="cell" @click="navigateTo('/pages/me/loan-application-records')">
<text class="i-carbon-document-attachment icon"></text>
<text class="label">助贷申请记录</text>
<text class="i-carbon-chevron-right arrow"></text>
</view>
<view class="cell" @click="navigateTo('/pages/member/index')">
<text class="i-carbon-user-favorite icon"></text>
<text class="label">会员中心</text>
<text class="i-carbon-chevron-right arrow"></text>
</view>
<view class="cell">
<text class="i-carbon-location icon"></text>
<text class="label">地址管理</text>