作者 燕成杰

合并分支 'yan' 到 'master'

Yan



查看合并请求 !7
@@ -15,6 +15,7 @@ @@ -15,6 +15,7 @@
15 }, 15 },
16 onLoad(e) { 16 onLoad(e) {
17 this.type = e.type 17 this.type = e.type
  18 + wx.setNavigationBarTitle({ title: e.type==1?'用户协议':e.type==2?'隐私政策':'' })
18 this.getAgreement() 19 this.getAgreement()
19 }, 20 },
20 methods: { 21 methods: {
@@ -119,6 +119,7 @@ @@ -119,6 +119,7 @@
119 async confirmCancel(){ 119 async confirmCancel(){
120 try { 120 try {
121 const res = await logotLogin() 121 const res = await logotLogin()
  122 + this.showCancel =false
122 setTimeout(()=>{ 123 setTimeout(()=>{
123 toa.success('退出成功') 124 toa.success('退出成功')
124 },200) 125 },200)