Browse Source

主营

devlop
mo-bai 4 years ago
parent
commit
05d8816de9
1 changed files with 3 additions and 2 deletions
  1. 5
      pages/order-detail/index.vue

5
pages/order-detail/index.vue

@ -480,8 +480,9 @@ export default {
},
//
uploadVoucher() {
let num = this.orderInfo.proofDelivery && this.orderInfo.proofDelivery.length ? 5 - this.orderInfo.proofDelivery.length : 0
uploadImage(['album'], num)
let num = this.orderInfo.proofDelivery && this.orderInfo.proofDelivery.length ? 5 - this.orderInfo.proofDelivery.length : 5
console.log('num', num)
uploadImage(undefined, num)
.then((urls) => {
if (urls) {
supplierUploadVoucher({

Loading…
Cancel
Save