...
|
...
|
@@ -33,6 +33,12 @@ export default { |
|
|
if (res === 'N') {
|
|
|
this.SET_STATUS_BAR_STATUS({status: false});
|
|
|
}
|
|
|
|
|
|
});
|
|
|
|
|
|
this.$yoho.setWebview({
|
|
|
bounces: false,
|
|
|
clearCacheWhenDestroy: false
|
|
|
});
|
|
|
});
|
|
|
|
...
|
...
|
@@ -75,10 +81,7 @@ export default { |
|
|
Share.init();
|
|
|
}
|
|
|
|
|
|
this.$yoho.setWebview({
|
|
|
bounces: false,
|
|
|
clearCacheWhenDestroy: false
|
|
|
});
|
|
|
|
|
|
|
|
|
this.reportEnter();
|
|
|
},
|
...
|
...
|
|