Commit f2b30ee3 authored by youjie's avatar youjie

no message

parent 1b9106f6
......@@ -196,7 +196,9 @@
},
join(){
this.cars = []
if(JSON.parse(localStorage.getItem('cars'))){
this.cars = JSON.parse(localStorage.getItem('cars'))
}
if(!this.sumPeople) return this.Error('请加入人数');
const temp= JSON.parse(JSON.stringify(this.parameters))
temp.Money=0
......
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