Merge branch 'master' of https://bdgit.educoder.net/pu6ej7yq9/git
# Conflicts: # scr/food/pages/login/login.jsmaster
commit
cc4c93a569
@ -1,70 +0,0 @@
|
||||
<!--pages/usercenter/usercenter.wxml-->
|
||||
<view wx:if="{{isHide}}">
|
||||
<view wx:if="{{canIUse}}">
|
||||
<view class='header'>
|
||||
<image src='/static/images/weixin_1.png'></image>
|
||||
</view>
|
||||
|
||||
<view class='content'>
|
||||
<view>申请获取以下权限</view>
|
||||
<text>获得你的公开信息(昵称,头像等)</text>
|
||||
</view>
|
||||
|
||||
<button class='bottom' type='primary' open-type="getUserInfo" lang="zh_CN" bindgetuserinfo="bindGetUserInfo">
|
||||
授权登录
|
||||
</button>
|
||||
</view>
|
||||
<view wx:else>请升级微信版本</view>
|
||||
</view>
|
||||
|
||||
<view wx:else>
|
||||
<view class="userinfo">
|
||||
<image bindtap="bindViewTap" class="userinfo-avatar" src="{{userInfo.avatarUrl}}" background-size="cover"></image>
|
||||
<text class="userinfo-nickname">{{userInfo.nickName}}</text>
|
||||
</view>
|
||||
|
||||
<view class="hr"></view>
|
||||
<view class='item'>
|
||||
<view class="title">手机绑定</view>
|
||||
<view class="detail2">
|
||||
<text>></text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="line"></view>
|
||||
|
||||
<view class='item'>
|
||||
<view class="title">写博客</view>
|
||||
<view class="detail2">
|
||||
<text>></text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="hr"></view>
|
||||
<view class='item'>
|
||||
<view class="title">我的博客</view>
|
||||
<view class="detail2">
|
||||
<text> ></text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="line"></view>
|
||||
<view class="item">
|
||||
<view class="title">我的收藏</view>
|
||||
<view class="detail2">
|
||||
<text> ></text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="line"></view>
|
||||
<view class="item">
|
||||
<view class="title">意见反馈</view>
|
||||
<view class="detail2">
|
||||
<text> ></text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="line"></view>
|
||||
<view class="item">
|
||||
<view class="title">设置</view>
|
||||
<view class="detail2">
|
||||
<text> ></text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="hr"></view>
|
||||
</view>
|
Loading…
Reference in new issue