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

33 lines
1.2 KiB

<!--pages/index/index.wxml-->
<swiper hidden="true" class="banner" autoplay="true" interval="4000" circular="true" indicator-dots='true'>
<swiper-item>
<image src="../../images/banner.png" />
</swiper-item>
</swiper>
<view class="msg">消息:XXX医院样本转运完成,完成时间:2023年6月14日</view>
<view style="padding: 20rpx;">
<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>
<button class="btn" bindtap="goLogisticsType" data-id="goHandover">物流交接</button>
<view class="ec-container">
<ec-canvas canvas-id="echart-pie" ec="{{ec}}"></ec-canvas>
</view>
</view>