This commit is contained in:
2024-08-22 12:53:28 +08:00
commit 1d65a849fd
360 changed files with 41757 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<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>