修复骑手派送传参问题

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 { } else {
this.$u.api.agreetest({ this.$u.api.agreetest({
goods_try_id: this.orderid, goods_try_id: this.orderid,
type: 1, type: 2,
takeawayer_id: this.selctcar.takeawayer_id takeawayer_id: this.selctcar.takeawayer_id
}).then(res => { }).then(res => {
console.log(res); console.log(res);