页面调整
This commit is contained in:
@@ -7,31 +7,31 @@
|
||||
<u-avatar size="100" src="/static/aidex/images/user01.png"></u-avatar>
|
||||
</view>
|
||||
<view class="info" style="display: flex;justify-content: space-between;">
|
||||
<view>
|
||||
<view class="username">管理员</view>
|
||||
<view class="usercode">普通会员</view>
|
||||
</view>
|
||||
<!-- <view>-->
|
||||
<!-- <view class="username">管理员</view>-->
|
||||
<!-- <view class="usercode">普通会员</view>-->
|
||||
<!-- </view>-->
|
||||
<view class="sign-in-images"><image src="/static/aidex/images/sign-in.png"></image></view>
|
||||
</view>
|
||||
</view>
|
||||
<u-row class="userinfo-topbox" gutter="16" justify="center">
|
||||
<u-col span="4" text-align="center">
|
||||
<view class="number">9,999<em>元</em></view>
|
||||
<view>余额</view>
|
||||
</u-col>
|
||||
<u-col span="4" text-align="center" @click="navTo('/pages/sys/application/recharge')">
|
||||
<view><u-icon size="28px" color="#ffffff" name="rmb-circle"></u-icon></view>
|
||||
<view>充值</view>
|
||||
</u-col>
|
||||
<u-col span="4" text-align="center" @click="navTo('/pages/sys/application/balance-details')">
|
||||
<view>
|
||||
<view class="iconfont icon-faan" style="font-size: 24px;color:#ffffff;"></view>
|
||||
</view>
|
||||
<view>余额明细</view>
|
||||
</u-col>
|
||||
</u-row>
|
||||
<!-- <u-row class="userinfo-topbox" gutter="16" justify="center">-->
|
||||
<!-- <u-col span="4" text-align="center">-->
|
||||
<!-- <view class="number">9,999<em>元</em></view>-->
|
||||
<!-- <view>余额</view>-->
|
||||
<!-- </u-col>-->
|
||||
<!-- <u-col span="4" text-align="center" @click="navTo('/pages/sys/application/recharge')">-->
|
||||
<!-- <view><u-icon size="28px" color="#ffffff" name="rmb-circle"></u-icon></view>-->
|
||||
<!-- <view>充值</view>-->
|
||||
<!-- </u-col>-->
|
||||
<!-- <u-col span="4" text-align="center" @click="navTo('/pages/sys/application/balance-details')">-->
|
||||
<!-- <view>-->
|
||||
<!-- <view class="iconfont icon-faan" style="font-size: 24px;color:#ffffff;"></view>-->
|
||||
<!-- </view>-->
|
||||
<!-- <view>余额明细</view>-->
|
||||
<!-- </u-col>-->
|
||||
<!-- </u-row>-->
|
||||
</view>
|
||||
<view class="list">
|
||||
<!-- <view class="list">
|
||||
<view>
|
||||
<u-cell-group class="personal-list">
|
||||
<u-gap height="20" bg-color="#f5f5f5"></u-gap>
|
||||
@@ -45,7 +45,7 @@
|
||||
<u-cell-item icon="setting" :iconStyle="{ color: '#2767dc' }" title="系统设置" @click="navTo('setting')"></u-cell-item>
|
||||
</u-cell-group>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="button-wrapper">
|
||||
<button class="logout-btn" @click="logout">退出登录</button>
|
||||
</view>
|
||||
|
Reference in New Issue
Block a user