JMApp/template/pageLoding/pageLoding.js

21 lines
381 B
JavaScript
Raw Normal View History

2024-03-20 03:39:05 +00:00
getApp(), require("../../utils/login.js");
Component({
properties: {},
data: {
status: 0,
timer: null,
isUserAuthorization: 0
},
lifetimes: {
attached: function() {
this.attachedIn();
}
},
attached: function() {
this.attachedIn();
},
methods: {
attachedIn: function() {}
}
});