- <view class="header">
- <view class="title">登录信息</view>
- <view class="info" bindtap="login">
- <text hidden="{{!isLogin}}">欢迎用户{{userName}}登录</text>
- <text hidden="{{isLogin}}">用户未登录</text>
- <image src="../../resources/people.png" mode="widthFix"></image>
- </view>
- </view>
|