修订版1.0

This commit is contained in:
WindowBird 2025-09-15 14:19:13 +08:00
parent 97d3528355
commit 4071d3d81c
3 changed files with 8 additions and 1 deletions

View File

@ -161,6 +161,9 @@ export default {
)
},
},
onShow() {
this.getIsSignProtocolOnshow()
},
onLoad() {
//
this.getIsSignProtocolOnshow()

View File

@ -204,6 +204,7 @@ export default {
onShow() {
this.refreshLogin()
this.getIsSignProtocolInstallationOnshow()
this.getIsSignProtocolInstallation()
// if (!this.hasAgreed) {
// uni.navigateTo({
// url: '/pages/InstallationAgreement/InstallationAgreement',

View File

@ -89,7 +89,10 @@ export default {
uni.hideLoading()
//
await uni.switchTab({ url: '/pages/index/index' })
// await uni.switchTab({ url: '/pages/index/index' })
await uni.navigateBack({
delta: 2,
})
uni.downloadFile({
url: this.resProtocol.msg,