物流端
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/index/index.wxml

57 lines
2.0 KiB

<!--pages/index/index.wxml-->
<view class="">
<swiper class="banner" autoplay="true" interval="4000" circular="true" indicator-dots='true'>
<swiper-item>
<image src="../../images/banner.png" />
</swiper-item>
</swiper>
<view class="msg">消息:丛台医院样本转运完成,完成时间:2023年7月14日</view>
<view style="padding: 10rpx;">
<view class="back">
<view class="produck-type">
<view class="item" bindtap="goLogisticsType" data-id="goMelogistics">
<image src="../../images/自建物流.png"></image>
<view>自建物流</view>
</view>
<view class="item" bindtap="goLogisticsType" data-id="goThreelogistics">
<image src="../../images/第三方物流.png"></image>
<view>第三方物流</view>
</view>
<view class="item" bindtap="goLogisticsType" data-id="goLogistics">
<image src="../../images/货运物流.png"></image>
<view>货运物流</view>
</view>
</view>
</view>
</view>
<view style="padding: 10rpx;">
<view class="back">
<view class="produck-type">
<view class="item" data-id="goQueryme" bindtap="goSelNav">
<image src="../../images/自建物流_查询.png"></image>
<view class="text">自建查询</view>
</view>
<view class="item" data-id="goQuerythree" bindtap="goSelNav">
<image src="../../images/第三方物流_查询.png"></image>
<view class="text">第三方查询</view>
</view>
<view class="item" bindtap="goSelNav" data-id="goQueryfrei">
<image src="../../images/货运物流_查询.png"></image>
<view class="text">货运查询</view>
</view>
</view>
</view>
</view>
<button class="btn" bindtap="goLogisticsType" data-id="goHandover">物流交接</button>
<image src="https://api.wx.bjyytsoft.com/mallStatic/wx/images/time.png" style="width: 100%;height: 200rpx;margin-top: 90rpx;"></image>
</view>