This commit is contained in:
X1627315083
2024-01-15 13:20:53 +08:00
parent 3b839bcb44
commit 2fca178eeb
9 changed files with 302 additions and 131 deletions

View File

@@ -463,6 +463,8 @@ export default defineComponent({
Https.axiosPost(Https.httpUrls.accountLogin, data).then(
(rv: any) => {
if (rv) {
console.log(rv);
this.createTimer();
let isTest = rv.isTrial == 1?true:false
let isBeginner = rv.isBeginner == 1?true:false