| | |
| | | extraData: { |
| | | // merchant_id: '1230000109', |
| | | // merchant_trade_no: '1234323JKHDFE1243252', |
| | | merchant_id: '1661512517', |
| | | merchant_trade_no: item.orderId || item.id || '', |
| | | transaction_id: item.paymentTrId |
| | | }, |
| | | async success() { |
| | | async success(info) { |
| | | console.log('确认收货 info success', info) |
| | | //dosomething |
| | | // 发送请求 |
| | | tmp.$message.showLoading() |
| | |
| | | tmp.refreshList() |
| | | //刷新积分 |
| | | tmp.$store.dispatch('getCurrentInfo') |
| | | tmp.$message.showToast('收货成功') |
| | | } |
| | | }, |
| | | fail(e) { |
| | | //dosomething |
| | | console.log('error fail', e) |
| | | console.log('确认收货 info error', e) |
| | | // console.log('error fail', e) |
| | | tmp.$message.showToast('收货失败') |
| | | }, |
| | | complete() { |
| | | complete(info) { |
| | | //dosomething |
| | | console.log('确认收货 info complete', info) |
| | | } |
| | | }); |
| | | } |