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