修改了报错
This commit is contained in:
@@ -233,9 +233,9 @@ export default defineComponent({
|
||||
}
|
||||
}, 1000);
|
||||
};
|
||||
function getquhao(e ?:any){
|
||||
function getquhao(e?: any){
|
||||
console.log(e)
|
||||
myquhao.value=e.toString()
|
||||
myquhao.value = e.toString()
|
||||
console.log(myquhao.value)
|
||||
}
|
||||
function login(): void {
|
||||
|
||||
@@ -443,7 +443,7 @@ export default defineComponent({
|
||||
}
|
||||
}
|
||||
}
|
||||
function getquhao(e ?:any){
|
||||
function getquhao(e?: any){
|
||||
console.log(e)
|
||||
myquhao.value=e.toString()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user