Browse Source

no message

feature/v2.3
xpz2018 4 years ago
parent
commit
88a48c313d
1 changed files with 1 additions and 1 deletions
  1. 2
      pages/storage/order-info/index.wxml

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

@ -298,7 +298,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:{{160 + safeBottom}}rpx;right:50rpx" wx:if="{{poundInfo.secondWeight}}">
<view style="border-radius: 50rpx;position:fixed;bottom:{{160 + safeBottom}}rpx;right:50rpx">
<van-button round bind:click="printOrderInfo" custom-style="width: 100rpx;height: 100rpx;padding-top:12rpx">
<van-icon name="/assets/image/icon-print.png" size="100rpx"/>
</van-button>

Loading…
Cancel
Save