@@ -120,7 +120,9 @@ Page({
// querySn: '',
// })
// }
- this.hideWindow()
+ if (res.code == 200) {
+ this.hideWindow()
+ }
}).catch(_ => {
console.log(_)
})