|
@@ -8,10 +8,11 @@
|
|
|
</template>
|
|
|
<script>
|
|
|
export default{
|
|
|
- created() {
|
|
|
+ mounted() {
|
|
|
window.getStatusBarHeightInvoke=(data)=>{
|
|
|
localStorage.setItem('safeBottomHeight',data.safeBottomHeight);
|
|
|
localStorage.setItem('statusBarHeight',data.statusBarHeight);
|
|
|
+ this.$toast(data.safeBottomHeight);
|
|
|
};
|
|
|
window.idfaInvoke=(data)=>{
|
|
|
localStorage.setItem('idfa',data.idfa);
|