修复骑手派送传参问题

This commit is contained in:
亓雪峰 2020-10-15 21:20:04 +08:00
parent 2d76a8ea63
commit 8aab721c0e

View File

@ -165,7 +165,7 @@ export default {
} else {
this.$u.api.agreetest({
goods_try_id: this.orderid,
type: 1,
type: 2,
takeawayer_id: this.selctcar.takeawayer_id
}).then(res => {
console.log(res);