修订版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() { onLoad() {
// //
this.getIsSignProtocolOnshow() this.getIsSignProtocolOnshow()

View File

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

View File

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