0000
This commit is contained in:
21
template/pageLoding/pageLoding.js
Normal file
21
template/pageLoding/pageLoding.js
Normal file
@@ -0,0 +1,21 @@
|
||||
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() {}
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user