物流端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
yyt-mall-wl/pages/about/about.wxml

39 lines
1.3 KiB

<!--pages/about/about.wxml-->
<view class="box">
<view class="top" >
<view class="userinfo">
<open-data type="userAvatarUrl"class="userimg" ></open-data>
<!-- <open-data type="userNickName"></open-data> -->
<view class="userNickName" bindtap="goLogin">{{username}}</view>
</view>
</view>
<view class="back">
<view class="com">
<view class="con">
<image src="../../images/binding_wx.png" bindtap="bindWx"></image>
<view class="text">绑定微信</view>
</view>
<view class="con" bindtap="goQueryme">
<image src="../../images/统计.png"></image>
<view class="text">自建物流查询</view>
</view>
<view class="con" bindtap="goQuerythree">
<image src="../../images/统计.png"></image>
<view class="text">第三方物流查询</view>
</view>
<view class="con" bindtap="goQueryfrei">
<image src="../../images/统计.png"></image>
<view class="text">货运物流查询</view>
</view>
<view class="con" bindtap="goFeekback">
<image src="../../images/意见反馈.png"></image>
<view class="text">意见反馈</view>
</view>
</view>
</view>
<view class="out" >退出登录</view>
</view>