Files
decode-mini-app-new/wx214944c362629fc7/pages/user/she.wxml
2024-08-22 12:53:28 +08:00

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>