Commit 5355ed2c by cocomilk2012

update

parent e4eaad1c
Showing with 13 additions and 2 deletions
......@@ -128,6 +128,11 @@ export default class SelectIdentity extends Vue {
localStorage.setItem("name", res.data.personalName);
localStorage.setItem("sex", res.data.sex);
localStorage.setItem("birthday", res.data.birthday);
if (res.data.personalName == "乐晓飞") {
const VConsole = require("vconsole");
const my_console = new VConsole();
}
} else {
//TODO: 跳转到实名认证
this.no_data = true;
......@@ -187,9 +192,15 @@ export default class SelectIdentity extends Vue {
}
async created() {
this.loading = Toast.loading({ duration: 0, message: "加载中...", forbidClick: true });
this.loading = Toast.loading({
duration: 0,
message: "加载中...",
forbidClick: true
});
setTimeout(() => { this.callJSBridage(); }, 500);
setTimeout(() => {
this.callJSBridage();
}, 500);
this.disableBack();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment