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