Browse Source

no message

feature/v1.6
xpz2018 4 years ago
parent
commit
544ee9787e
1 changed files with 1 additions and 1 deletions
  1. 2
      pages/storage/order-info/index.wxml

2
pages/storage/order-info/index.wxml

@ -266,7 +266,7 @@
<van-button type="info" custom-style="height:88rpx;width:686rpx" bind:click="settleForm" wx:if="{{orderInfo.status == 1}}">收款结算</van-button>
</submit-layout>
<view style="border-radius: 50rpx;position:fixed;bottom:160rpx;right:50rpx" wx:if="{{orderInfo.status == 1 || orderInfo.status == 2}}">
<view style="border-radius: 50rpx;position:fixed;bottom:160rpx;right:50rpx" wx:if="{{poundInfo.secondWeight}}">
<van-button round type="info" bind:click="printOrderInfo" custom-style="width: 100rpx;height: 100rpx;">
<van-icon name="printer" size="30px"/>
</van-button>

Loading…
Cancel
Save