Browse Source

no message

feature/v2.0
xpz2018 4 years ago
parent
commit
d27d2ed902
1 changed files with 2 additions and 2 deletions
  1. 4
      pages/process/order-price/index.wxml

4
pages/process/order-price/index.wxml

@ -92,10 +92,10 @@
value="{{form.deductPercent}}" bindinput="bindInput" data-type="2" bindtap="changeDeductType" />
</view>
</van-cell>
<van-cell bind:click="paddingOrder">
<van-cell>
<view slot="title" class="flex flex-justify">
<view class="text-black">无皮过磅</view>
<view class="flex flex-center">
<view class="flex flex-center" catchtap="paddingOrder">
<!-- <van-checkbox value="{{ form.isWithoutTare }}" icon-size="32rpx"></van-checkbox> -->
<van-switch checked="{{ form.isWithoutTare }}" size="22px" />
<view class="text-gray" style="margin-left:16rpx">{{ form.isWithoutTare ? '是' : '否'}}</view>

Loading…
Cancel
Save