Showing
1 changed file
with
1 additions
and
3 deletions
... | ... | @@ -85,6 +85,7 @@ import {mapActions } from 'vuex' |
85 | 85 | }, |
86 | 86 | onHide() { |
87 | 87 | this.ordId = '' |
88 | + this.paramsStaus = '' | |
88 | 89 | }, |
89 | 90 | onLoad(e) { |
90 | 91 | if (getApp().getBindNot()) { |
... | ... | @@ -107,9 +108,6 @@ import {mapActions } from 'vuex' |
107 | 108 | } |
108 | 109 | // 隐藏原生的tabbar |
109 | 110 | uni.hideTabBar(); |
110 | - if (getApp().getBindNot()) { | |
111 | - return | |
112 | - } | |
113 | 111 | }, |
114 | 112 | computed: { |
115 | 113 | pageDisableScroll() { | ... | ... |