Browse Source

no message

feature/v1.0
xpz2018 5 years ago
parent
commit
e8bccd2163
1 changed files with 2 additions and 2 deletions
  1. 4
      pages/process/payment/index.wxml

4
pages/process/payment/index.wxml

@ -23,7 +23,7 @@
<view style="height:24rpx;width:6rpx;background:#007AFF"></view> <view style="height:24rpx;width:6rpx;background:#007AFF"></view>
<view style="margin-left: 12rpx"> <view style="margin-left: 12rpx">
<text class="text-black text-sg text-bold">订单列表</text> <text class="text-black text-sg text-bold">订单列表</text>
<text class="text-gray text-sm" style="margin-left:18rpx">(共3笔订单)</text>
<text class="text-gray text-sm" style="margin-left:18rpx">(共{{orderList.length}}笔订单)</text>
</view> </view>
</view> </view>
<van-cell clickable wx:for="{{ orderList }}" wx:key="index" data-index="{{index}}" bindtap="lookItem"> <van-cell clickable wx:for="{{ orderList }}" wx:key="index" data-index="{{index}}" bindtap="lookItem">
@ -32,7 +32,7 @@
<view style="flex:1;margin-left:16rpx"> <view style="flex:1;margin-left:16rpx">
<view class="flex flex-justify"> <view class="flex flex-justify">
<view class="text-black text-lg">{{item.factoryCustomerName}} {{item.factoryCustomerMobile}}</view> <view class="text-black text-lg">{{item.factoryCustomerName}} {{item.factoryCustomerMobile}}</view>
<view class="text-sm text-gray">2021年2月22日</view>
<view class="text-sm text-gray">{{item.bangTime}}</view>
</view> </view>
<view class="text-sm text-gray" style="line-height:54rpx"> <view class="text-sm text-gray" style="line-height:54rpx">
<text>废纸品类:{{item.productName}}</text> <text>废纸品类:{{item.productName}}</text>

Loading…
Cancel
Save