Browse Source

no message

feature/v2.1
xpz2018 4 years ago
parent
commit
ff581d4a2e
2 changed files with 9 additions and 18 deletions
  1. 14
      pages/process/order-info/index.wxml
  2. 13
      pages/process/outside-info/index.wxml

14
pages/process/order-info/index.wxml

@ -7,22 +7,16 @@
</cu-custom>
<view wx:if="{{form}}">
<view class="flex flex-center info_status" wx:if="{{form.status == 2}}" bindtap="orderLogger">
<view class="flex">
<view class="flex flex-justify info_status" bindtap="orderLogger">
<view class="flex" wx:if="{{form.status == 2}}">
<image style="height:42rpx;width:42rpx" src="/assets/image/icon_uncheck.png"></image>
<view class="text-white text-sg" style="margin-left:12rpx">待过皮重</view>
</view>
<view class="text-white" style="padding: 12rpx 0rpx 12rpx 12rpx">查看订单日志</view>
</view>
<view class="flex flex-justify info_status" wx:elif="{{form.status == 3}}" bindtap="orderLogger">
<view class="flex">
<view class="flex" wx:elif="{{form.status == 3}}">
<image style="height:42rpx;width:42rpx" src="/assets/image/icon_uncheck.png"></image>
<view class="text-white text-sg" style="margin-left:12rpx">待过磅审核</view>
</view>
<view class="text-white" style="padding: 12rpx 0rpx 12rpx 12rpx">查看订单日志</view>
</view>
<view class="flex flex-justify info_status" wx:else bindtap="orderLogger">
<view class="flex" wx:if="{{form.status == 4}}">
<view class="flex" wx:elif="{{form.status == 4}}">
<image style="height:42rpx;width:42rpx" src="/assets/image/icon_payfor.png"></image>
<view class="text-white text-sg" style="margin-left:12rpx">待付款</view>
</view>

13
pages/process/outside-info/index.wxml

@ -7,18 +7,15 @@
</cu-custom>
<view wx:if="{{form}}">
<view class="flex flex-justify info_status" wx:if="{{form.orderStatus == 3}}" bindtap="orderLogger">
<view class="flex">
<image style="height:42rpx;width:42rpx" src="/assets/image/icon_uncheck.png"></image>
<view class="text-white text-sg" style="margin-left:12rpx">待审核</view>
</view>
<view class="text-white" style="padding: 12rpx 0rpx 12rpx 12rpx">查看订单日志</view>
</view>
<view class="flex flex-justify info_status" bindtap="orderLogger" wx:else>
<view class="flex flex-justify info_status" bindtap="orderLogger">
<view class="flex flex-center" wx:if="{{form.orderStatus == 4}}">
<image style="height:42rpx;width:42rpx" src="/assets/image/icon_payfor.png"></image>
<view class="text-white text-sg" style="margin-left:12rpx">待付款</view>
</view>
<view class="flex flex-center" wx:elif="{{form.orderStatus == 3}}">
<image style="height:42rpx;width:42rpx" src="/assets/image/icon_uncheck.png"></image>
<view class="text-white text-sg" style="margin-left:12rpx">待审核</view>
</view>
<view class="flex flex-center" wx:elif="{{form.orderStatus == 41}}">
<image style="height:42rpx;width:42rpx" src="/assets/image/icon_payfor.png"></image>
<view class="text-white text-sg" style="margin-left:12rpx">代付审核中</view>

Loading…
Cancel
Save