修订版1.0
This commit is contained in:
parent
97d3528355
commit
4071d3d81c
|
|
@ -161,6 +161,9 @@ export default {
|
|||
)
|
||||
},
|
||||
},
|
||||
onShow() {
|
||||
this.getIsSignProtocolOnshow()
|
||||
},
|
||||
onLoad() {
|
||||
// 页面加载时获取服务区域列表和协议内容
|
||||
this.getIsSignProtocolOnshow()
|
||||
|
|
|
|||
|
|
@ -204,6 +204,7 @@ export default {
|
|||
onShow() {
|
||||
this.refreshLogin()
|
||||
this.getIsSignProtocolInstallationOnshow()
|
||||
this.getIsSignProtocolInstallation()
|
||||
// if (!this.hasAgreed) {
|
||||
// uni.navigateTo({
|
||||
// url: '/pages/InstallationAgreement/InstallationAgreement',
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user