This commit is contained in:
quantulr
2023-09-01 17:14:27 +08:00
parent a09291a1c8
commit cf3e2db09d
27 changed files with 308 additions and 330 deletions

View File

@ -6,9 +6,9 @@
<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-avatar icon="user" image="{{profile.avatar}}" />
<t-button wx:if="{{!authToken}}" open-type="getPhoneNumber" bindgetphonenumber="loginWithWeChat" class="login-button" size="medium" theme="primary" variant="text">登录</t-button>
<view class="nickname" wx:else>{{user.nickname}}</view>
<view class="nickname" wx:else>{{profile.nickname}}</view>
</view>
<view class="vip-card">
<text>中科九章管理层</text>