Browse Source

no message

feature/v1.4
xpz2018 4 years ago
parent
commit
690be9cc06
1 changed files with 1 additions and 1 deletions
  1. 2
      pages/storage/order-info/index.js

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

@ -72,7 +72,7 @@ Scene({
poundInfo: result.data.weightNote,
orderInfo: result.data.outboundDeliveryOrder,
auditable: this.data.auditable,
activeNames: ['1'],
activeNames: result.data.outboundDeliveryOrder.status >= 2 ? ['2'] : ['1'],
})
}
wx.hideLoading()

Loading…
Cancel
Save