Commit 2e175de0 by wangyalan-git

提交

parent 52d0ba8c
......@@ -3,11 +3,11 @@
<!-- 用户信息 -->
<view class='userinfo' bindtap="goLogin">
<view class='userinfo-avatar'>
<open-data type="userAvatarUrl" wx:if="isLogin"></open-data>
<open-data type="userAvatarUrl" wx:if="{{isLogin}}"></open-data>
<image class="user-icon" src="{{userInfo.pic}}" wx:else></image>
</view>
<view class='userinfo-name'>
<open-data type="userNickName" wx:if="isLogin"></open-data>
<open-data type="userNickName" wx:if="{{isLogin}}"></open-data>
<view wx:else>请点击登录</view>
</view>
</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment