bugfix
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user