修改
This commit is contained in:
parent
2b469e6301
commit
5fbafdfa38
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "NurseStationAppletUI",
|
||||
"name": "nurseWeChatAppletUI",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
||||
@ -18,7 +18,11 @@
|
||||
};
|
||||
},
|
||||
onShow() {
|
||||
this.info()
|
||||
setTimeout(() => {
|
||||
uni.reLaunch({
|
||||
url: '/pages/homepage/homepage'
|
||||
});
|
||||
}, 2000);
|
||||
// const value = uni.getStorageSync('openid');
|
||||
// if (value) {
|
||||
// existPatientInfo(value).then(res => {
|
||||
@ -30,15 +34,7 @@
|
||||
// })
|
||||
// } else {}
|
||||
},
|
||||
methods: {
|
||||
info() {
|
||||
setTimeout(() => {
|
||||
uni.reLaunch({
|
||||
url: '/pages/homepage/homepage'
|
||||
});
|
||||
}, 2000);
|
||||
},
|
||||
},
|
||||
methods: {},
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user