|
|
@ -61,6 +61,14 @@ console.log('area',scrollArea.node); |
|
|
|
}) |
|
|
|
}, |
|
|
|
submit: function () { |
|
|
|
if(this.data.signImgSrc.length === 0 || !this.data.signImgSrc){ |
|
|
|
console.log(this.data.signImgSrc); |
|
|
|
wx.showToast({ |
|
|
|
title: '请签字确认', |
|
|
|
icon:'none' |
|
|
|
}) |
|
|
|
return |
|
|
|
} |
|
|
|
checkoutConfirm({deliveryReceiptUrl:this.data.signImgSrc[0].url,checkOutRecId:this.data.info.checkOutRecId}).then(res=>{ |
|
|
|
if(res.code === 200){ |
|
|
|
console.log(res); |
|
|
|