init
This commit is contained in:
8
wx214944c362629fc7/pages/user/she.wxml
Normal file
8
wx214944c362629fc7/pages/user/she.wxml
Normal 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>
|
||||
Reference in New Issue
Block a user