修改
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,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
|
|||||||
@ -18,7 +18,11 @@
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
this.info()
|
setTimeout(() => {
|
||||||
|
uni.reLaunch({
|
||||||
|
url: '/pages/homepage/homepage'
|
||||||
|
});
|
||||||
|
}, 2000);
|
||||||
// const value = uni.getStorageSync('openid');
|
// const value = uni.getStorageSync('openid');
|
||||||
// if (value) {
|
// if (value) {
|
||||||
// existPatientInfo(value).then(res => {
|
// existPatientInfo(value).then(res => {
|
||||||
@ -30,15 +34,7 @@
|
|||||||
// })
|
// })
|
||||||
// } else {}
|
// } else {}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {},
|
||||||
info() {
|
|
||||||
setTimeout(() => {
|
|
||||||
uni.reLaunch({
|
|
||||||
url: '/pages/homepage/homepage'
|
|
||||||
});
|
|
||||||
}, 2000);
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user