改位置
This commit is contained in:
@@ -205,16 +205,16 @@ function handleLogout() {
|
|||||||
<!-- 常用功能 -->
|
<!-- 常用功能 -->
|
||||||
<view class="section-card">
|
<view class="section-card">
|
||||||
<view class="cell-group">
|
<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')">
|
<view class="cell" @click="navigateTo('/pages/me/loan-application-records')">
|
||||||
<text class="i-carbon-document-attachment icon"></text>
|
<text class="i-carbon-document-attachment icon"></text>
|
||||||
<text class="label">助贷申请记录</text>
|
<text class="label">助贷申请记录</text>
|
||||||
<text class="i-carbon-chevron-right arrow"></text>
|
<text class="i-carbon-chevron-right arrow"></text>
|
||||||
</view>
|
</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">
|
<view class="cell">
|
||||||
<text class="i-carbon-location icon"></text>
|
<text class="i-carbon-location icon"></text>
|
||||||
<text class="label">地址管理</text>
|
<text class="label">地址管理</text>
|
||||||
|
|||||||
Reference in New Issue
Block a user