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) { uni.navigateTo({
this.gologin(); url: "/pagesB/mysigning/mysigning"
} else { })
if (!this.checkSign) { // if (!this.userinfo) {
this.$refs.uToast.show({ // this.gologin();
title: '未签约,请先签约', // } else {
type: 'error', // if (!this.checkSign) {
duration: '1000', // this.$refs.uToast.show({
url: "/pagesC/Onlinesigning/Onlinesigning" // title: '',
}) // type: 'error',
} else { // duration: '1000',
uni.navigateTo({ // url: "/pagesC/Onlinesigning/Onlinesigning"
url: "/pagesB/mysigning/mysigning" // })
}) // } else {
} // uni.navigateTo({
} // url: "/pagesB/mysigning/mysigning"
// })
// }
// }
}, },
// //
count() { count() {