h5/apph5/pages/wxkf/gzhAuthBack.vue
@@ -1,6 +1,6 @@ <template> <view> {{txt}} </view> </template> @@ -9,7 +9,7 @@ export default { data() { return { code: '' txt: '' } }, onLoad(option) { @@ -33,6 +33,14 @@ }).then(e => { console.log(e); uni.hideLoading(); if (e == true) { this.txt = "授权成功,请关闭此页面" } else{ this.txt =e; } }).catch(function(err) { console.log(err); })