调整火车票修改逻辑
This commit is contained in:
parent
bf692f48e5
commit
b77ee8073d
|
|
@ -252,7 +252,7 @@ const data = reactive({
|
||||||
hotelInfo: true
|
hotelInfo: true
|
||||||
},
|
},
|
||||||
app: '12306',
|
app: '12306',
|
||||||
STORAGE_KEY: 'ticketInfo'
|
STORAGE_KEY: 'ticketsInfo'
|
||||||
})
|
})
|
||||||
|
|
||||||
let { app } = toRefs(data)
|
let { app } = toRefs(data)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue