diff --git a/subPackages/daoyou/order.vue b/subPackages/daoyou/order.vue index 2523123..302d706 100644 --- a/subPackages/daoyou/order.vue +++ b/subPackages/daoyou/order.vue @@ -359,6 +359,12 @@ this.seldPeople.splice(i, 1) } } + + for (let j = 0; j < this.contactList.length; j++) { + if(this.contactList[j].id == item.id){ + this.contactList[j].isSeld = false + } + } }, // 保存出行人 async saveContact () { diff --git a/unpackage/dist/build/web/index.html b/unpackage/dist/build/web/index.html index 2b7dd92..0f0f6fa 100644 --- a/unpackage/dist/build/web/index.html +++ b/unpackage/dist/build/web/index.html @@ -1,2 +1,2 @@