物流端
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

1 year ago
<!--pages/about/about.wxml-->
<view class="box">
<view class="top">
1 year ago
<view class="userinfo">
<open-data type="userAvatarUrl" class="userimg"></open-data>
1 year ago
<!-- <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" data-id="goQueryme" bindtap="goSelNav">
<image src="../../images/统计.png"></image>
<view class="text">自建物流查询</view>
</view>
<view class="con" data-id="goQuerythree" bindtap="goSelNav">
<image src="../../images/统计.png"></image>
<view class="text">第三方物流查询</view>
</view>
<view class="con" bindtap="goSelNav" data-id="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>
1 year ago
</view>
</view>
<view wx:if="{{isLogin}}" class="out" bindtap="outLogin">退出登录</view>
1 year ago
</view>