Showing
1 changed file
with
7 additions
and
4 deletions
@@ -33,6 +33,12 @@ export default { | @@ -33,6 +33,12 @@ export default { | ||
33 | if (res === 'N') { | 33 | if (res === 'N') { |
34 | this.SET_STATUS_BAR_STATUS({status: false}); | 34 | this.SET_STATUS_BAR_STATUS({status: false}); |
35 | } | 35 | } |
36 | + | ||
37 | + }); | ||
38 | + | ||
39 | + this.$yoho.setWebview({ | ||
40 | + bounces: false, | ||
41 | + clearCacheWhenDestroy: false | ||
36 | }); | 42 | }); |
37 | }); | 43 | }); |
38 | 44 | ||
@@ -75,10 +81,7 @@ export default { | @@ -75,10 +81,7 @@ export default { | ||
75 | Share.init(); | 81 | Share.init(); |
76 | } | 82 | } |
77 | 83 | ||
78 | - this.$yoho.setWebview({ | ||
79 | - bounces: false, | ||
80 | - clearCacheWhenDestroy: false | ||
81 | - }); | 84 | + |
82 | 85 | ||
83 | this.reportEnter(); | 86 | this.reportEnter(); |
84 | }, | 87 | }, |
-
Please register or login to post a comment