|
@@ -1,39 +1,4 @@
|
|
|
-<!--index.wxml-->
|
|
|
-<<<<<<< HEAD
|
|
|
-=======
|
|
|
-<<<<<<< HEAD
|
|
|
->>>>>>> 6726491 (订单页面)
|
|
|
-<view class="container">
|
|
|
- <view class="userinfo">
|
|
|
- <block wx:if="{{canIUseOpenData}}">
|
|
|
- <view class="userinfo-avatar" bindtap="bindViewTap">
|
|
|
- <open-data type="userAvatarUrl"></open-data>
|
|
|
- </view>
|
|
|
- <open-data type="userNickName"></open-data>
|
|
|
- </block>
|
|
|
- <block wx:elif="{{!hasUserInfo}}">
|
|
|
- <button wx:if="{{canIUseGetUserProfile}}" bindtap="getUserProfile"> 获取头像昵称 </button>
|
|
|
- <button wx:elif="{{canIUse}}" open-type="getUserInfo" bindgetuserinfo="getUserInfo"> 获取头像昵称 </button>
|
|
|
-
|
|
|
-
|
|
|
- <view wx:else> 请使用1.4.4及以上版本基础库 </view>
|
|
|
- </block>
|
|
|
- <block wx:else>
|
|
|
- <image bindtap="bindViewTap" class="userinfo-avatar" src="{{userInfo.avatarUrl}}" mode="cover"></image>
|
|
|
- <text class="userinfo-nickname">{{userInfo.nickName}}</text>
|
|
|
- </block>
|
|
|
- </view>
|
|
|
- <view class="usermotto">
|
|
|
- <text class="user-motto">{{motto}}</text>
|
|
|
- </view>
|
|
|
- <van-button type="primary">按钮</van-button>
|
|
|
-</view>
|
|
|
-<!-- 两端对齐 -->
|
|
|
-
|
|
|
|
|
|
-<<<<<<< HEAD
|
|
|
-=======
|
|
|
-=======
|
|
|
<view class="header">
|
|
|
<view class="text">
|
|
|
<input type="text" placeholder="搜索用户手机号" />
|
|
@@ -163,5 +128,3 @@
|
|
|
|
|
|
</view>
|
|
|
</view>
|
|
|
->>>>>>> c8a92b5 (订单页面)
|
|
|
->>>>>>> 6726491 (订单页面)
|