You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
1.1 KiB
25 lines
1.1 KiB
<view class='user-msg' wx:if='{{sessionId}}'>
|
|
<view class="userinfo">
|
|
<image wx:if="{{imgUrl!=null}}" class="userinfo-avatar" src="{{imgUrl}}" background-size="cover"></image>
|
|
<image wx:else class="userinfo-avatar" src="{{userInfo.avatarUrl!=undefined?userInfo.avatarUrl:items2.headUrl}}" background-size="cover"></image>
|
|
<view class='detail-msg'>
|
|
<view class='title'>{{userInfo.nickName!=undefined?userInfo.nickName:items2.nickName}}</view>
|
|
<view></view>
|
|
<view></view>
|
|
<!-- <view class="userinfo-nickname">微信号:zgq9577</view> -->
|
|
<view class='userinfo-phone'>绑定手机:{{items2.mobile}}</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class='user-msg' wx:else>
|
|
<view class="userinfo">
|
|
<view class='loginText'>登录一号家政,实现高端保洁</view>
|
|
<button class='loginBtn' bindtap='goLogin'>登录/注册</button>
|
|
</view>
|
|
</view>
|
|
<view wx:for-items="{{items}}" wx:key="page">
|
|
<view class='box top{{item.top}}' bindtap='go{{item.page}}'>
|
|
<image class="icon" src="{{item.img}}" mode='aspectFit'/>
|
|
<text class='text'>{{item.title}}</text>
|
|
</view>
|
|
</view>
|