|
@@ -10,14 +10,13 @@
|
|
|
<view class="name">{{truncateString(userInfo.nickname, 10) }}</view>
|
|
|
<view class="setup">
|
|
|
<view class="vi"><button hover-class="none" open-type="contact"
|
|
|
- style="background: none; color: white; font-size:13px;"><img
|
|
|
- src="/static/images/kefu.png" style="width: 24px; height: 23px;"></img></button>
|
|
|
+ style="background: none; color: white; "><uni-icons type="chat" size="24"></uni-icons>
|
|
|
+</button>
|
|
|
</view>
|
|
|
- <view @click="onViewBind" class="vi"><img src="/static/images/shezhi.png"
|
|
|
- style="width: 24px; height: 24px;"></img></view>
|
|
|
+ <view @click="onViewBind" class="vi"><uni-icons type="gear" size="24"></uni-icons></view>
|
|
|
</view>
|
|
|
<view class="tel">
|
|
|
- <view class="ico"><img src="/static/images/mobile.png" style="width: 11px; height: 11px;"></img>
|
|
|
+ <view class="ico"><uni-icons type="phone-filled" size="11"></uni-icons>
|
|
|
</view>
|
|
|
<view class="telnmu" @click="onViewBind" v-if="userInfo.mobile">{{userInfo.mobile}}</view>
|
|
|
<view class="telnmu" @click="onViewBind" v-else>请绑定手机</view>
|
|
@@ -50,13 +49,13 @@
|
|
|
<view class="row">
|
|
|
<view class="menu" @click="onViewaddress">
|
|
|
|
|
|
- <view class="name"><uni-icons type="right" size="16"></uni-icons>我的收货地址</view>
|
|
|
+ <view class="name"><uni-icons type="right" size="16"></uni-icons>收货地址</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="row">
|
|
|
<view class="menu" @click="onViewCalendar">
|
|
|
|
|
|
- <view class="name"><uni-icons type="right" size="16"></uni-icons>我的预约行程</view>
|
|
|
+ <view class="name"><uni-icons type="right" size="16"></uni-icons>预约行程</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="row">
|