Commit 028e23f5 authored by 潘永坪's avatar 潘永坪

bug处理

parent f0458bbb
......@@ -1234,7 +1234,7 @@ export default {
//---预下单
preOrder() {
//参数游客信息组装
let orderTouristList = this.contactTotal.map((item) => {
let orderTouristList = this.chooseContact.map((item) => {
return {
category: 0,
name: item.name,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment