9 lines
432 B
Plaintext
9 lines
432 B
Plaintext
<view class="container">
|
|
<view class="user">
|
|
<view class="user-header-cont" wx:if="{{isLogin}}"> 123 </view>
|
|
<view catchtap="onLogin" class="user-header-cont" wx:else>
|
|
<view style=" border-radius: 10rpx; height: 80rpx; line-height: 80rpx; background: red; color: seashell; width: 200rpx;text-align: center; margin: 0 auto; margin-top: 400rpx;">点击登录</view>
|
|
</view>
|
|
</view>
|
|
</view>
|