|
|
@ -9,10 +9,10 @@ |
|
|
|
</mp-cell> |
|
|
|
</mp-cells> |
|
|
|
<mp-cells ext-class="page_hd" wx:if="{{isAuth}}"> |
|
|
|
<mp-cell bindtap="onTapItem" data-type="myInfo"> |
|
|
|
<mp-cell> |
|
|
|
<view class="user_auth_hd"> |
|
|
|
<!-- <open-data class="user_logo" type="userAvatarUrl"></open-data> --> |
|
|
|
<open-data class="user_auth_name" type="userNickName"></open-data> |
|
|
|
<!--<open-data class="user_auth_name" type="userNickName"></open-data> --> |
|
|
|
<!-- 需要使用 button 来授权登录 --> |
|
|
|
<button class="authBtn" size="mini" wx:if="{{canIUse}}" open-type="getUserInfo" bindgetuserinfo="bindGetUserInfo">授权登录</button> |
|
|
|
<view wx:else>请升级微信版本</view> |
|
|
|