|
|
|
|
@ -26,25 +26,6 @@
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
<view class="content-section">
|
|
|
|
|
<view class="mine-actions grid col-4 text-center">
|
|
|
|
|
<view class="action-item" @click="handleBuilding">
|
|
|
|
|
<view class="iconfont icon-friendfill text-green icon"></view>
|
|
|
|
|
<text class="text">{{ t('mine.feedback') }}</text>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="action-item" @click="handleBuilding">
|
|
|
|
|
<view class="iconfont icon-service text-blue icon"></view>
|
|
|
|
|
<text class="text">{{ t('mine.service') }}</text>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="action-item" @click="handleToPwd">
|
|
|
|
|
<view class="iconfont icon-password text-mauve icon"></view>
|
|
|
|
|
<text class="text">{{ t('mine.changePassword') }}</text>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="action-item" @click="handleLogout">
|
|
|
|
|
<view class="iconfont icon-logout text-red icon"></view>
|
|
|
|
|
<text class="text">{{ t('mine.logout') }}</text>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
<view class="menu-list">
|
|
|
|
|
<view class="list-cell list-cell-arrow" @click="handleToEditInfo">
|
|
|
|
|
<view class="menu-item-box">
|
|
|
|
|
|