This commit is contained in:
2023-10-12 11:19:59 +08:00
parent 72ef45cad3
commit 45f2427fd3
2 changed files with 19 additions and 17 deletions

View File

@ -414,7 +414,6 @@
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
{ {
"path": "Filinginformation/Filinginformation", "path": "Filinginformation/Filinginformation",
"style": { "style": {

View File

@ -113,22 +113,25 @@
}, },
// //
goonline() { goonline() {
if (!this.userinfo) {
this.gologin();
} else {
if (!this.checkSign) {
this.$refs.uToast.show({
title: '未签约,请先签约',
type: 'error',
duration: '1000',
url: "/pagesC/Onlinesigning/Onlinesigning"
})
} else {
uni.navigateTo({ uni.navigateTo({
url: "/pagesB/mysigning/mysigning" url: "/pagesB/mysigning/mysigning"
}) })
} // if (!this.userinfo) {
} // this.gologin();
// } else {
// if (!this.checkSign) {
// this.$refs.uToast.show({
// title: '',
// type: 'error',
// duration: '1000',
// url: "/pagesC/Onlinesigning/Onlinesigning"
// })
// } else {
// uni.navigateTo({
// url: "/pagesB/mysigning/mysigning"
// })
// }
// }
}, },
// //
count() { count() {