deploy
This commit is contained in:
@ -1,7 +1,22 @@
|
||||
<!--pages/login/login.wxml-->
|
||||
<t-message id="t-message" />
|
||||
<view class="login">
|
||||
<t-icon name="user-arrow-up" size="72rpx" color="#0052d9"></t-icon>
|
||||
<t-button wx:if="{{authToken}}" class="login-button" shape="round" theme="primary">退出登录</t-button>
|
||||
<t-button wx:else class="login-button" shape="round" open-type="getPhoneNumber" bindgetphonenumber="loginWithWeChat" theme="primary">手机号快捷登录</t-button>
|
||||
<view class="block">
|
||||
<t-navbar title="个人中心" t-class="nav" t-class-title="nav-title" />
|
||||
</view>
|
||||
<view class="login-container">
|
||||
<t-image class="login-bg" width="100%" height="100%" src="/assets/login_bg.jpg" />
|
||||
<view class="avatar_login">
|
||||
<t-avatar icon="user" />
|
||||
<t-button wx:if="{{!authToken}}" open-type="getPhoneNumber" bindgetphonenumber="loginWithWeChat" class="login-button" size="medium" theme="primary" variant="text">登录</t-button>
|
||||
</view>
|
||||
<view class="vip-card">
|
||||
<text>中科九章管理层</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="options-container">
|
||||
<t-cell-group theme="card">
|
||||
<t-cell title="个人设置" leftIcon="setting" hover arrow />
|
||||
<t-cell title="意见反馈" leftIcon="chat-bubble-smile" hover arrow />
|
||||
<t-cell wx:if="{{authToken}}" title="退出登录" bind:tap="handleLogout" leftIcon="logout" hover arrow />
|
||||
</t-cell-group>
|
||||
</view>
|
Reference in New Issue
Block a user