|
@@ -8,36 +8,38 @@
|
|
|
</view>
|
|
|
<view class="list-item-right">
|
|
|
<open-data class="user-photo" type="userAvatarUrl"></open-data>
|
|
|
- <!-- <u-icon class="back-img" name="arrow-right" color="#9DA8B5"></u-icon> -->
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="list-item border-bottom">
|
|
|
<view class="list-item-left">
|
|
|
- <text>名称</text>
|
|
|
+ <text>姓名</text>
|
|
|
</view>
|
|
|
<view class="list-item-right">
|
|
|
- <open-data type="userNickName"></open-data>
|
|
|
- <!-- <u-icon class="back-img" name="arrow-right" color="#9DA8B5"></u-icon> -->
|
|
|
+ <text>王杰</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
-
|
|
|
- <view class="list-item margin-bot">
|
|
|
+ <view class="list-item border-bottom">
|
|
|
<view class="list-item-left">
|
|
|
- <text>性别</text>
|
|
|
+ <text>手机号</text>
|
|
|
</view>
|
|
|
<view class="list-item-right">
|
|
|
- <open-data type="userGender" lang="zh_CN"></open-data>
|
|
|
- <!-- <u-icon class="back-img" name="arrow-right" color="#9DA8B5"></u-icon> -->
|
|
|
+ <text>188****1111</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
-
|
|
|
- <view class="list-item ">
|
|
|
+ <view class="list-item border-bottom">
|
|
|
+ <view class="list-item-left">
|
|
|
+ <text>门店名称</text>
|
|
|
+ </view>
|
|
|
+ <view class="list-item-right">
|
|
|
+ <text>宇博极速汽车维修养护中心</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="list-item margin-bot">
|
|
|
<view class="list-item-left">
|
|
|
- <text>联系电话</text>
|
|
|
+ <text>汽配经销商</text>
|
|
|
</view>
|
|
|
<view class="list-item-right">
|
|
|
- <text>{{userInfo.mobile}}</text>
|
|
|
- <!-- <u-icon class="back-img" name="arrow-right" color="#9DA8B5"></u-icon> -->
|
|
|
+ <text>箭冠汽配西安大兴店</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|