story#7189,回程车小程序司机端-迁移认证

This commit is contained in:
2025-09-09 16:39:28 +08:00
parent 781ef75913
commit 36db96808a
5 changed files with 95 additions and 62 deletions

View File

@ -100,10 +100,10 @@
type: localStorage.getItem('type'),
}
},
async onLoad(options) {
if(options?.show) {
this.show = options.show
}
async mounted() {
// if(options?.show) {
this.show = true
// }
if( this.show ) {
await this.getDetail()
}