diff --git a/index.html b/index.html index 626fd63..596bad8 100644 --- a/index.html +++ b/index.html @@ -42,8 +42,8 @@ - - + +
diff --git a/src/App.vue b/src/App.vue index c620624..cd35370 100644 --- a/src/App.vue +++ b/src/App.vue @@ -50,9 +50,9 @@ export default { }, }, mounted() { - window.onresize = () => { - location.reload() - } + // window.onresize = () => { + // location.reload() + // } // this.$store.dispatch('getFriends') try { navigator.control.gesture(false); diff --git a/src/pages/home/Attention.vue b/src/pages/home/Attention.vue index 977153b..f73f845 100644 --- a/src/pages/home/Attention.vue +++ b/src/pages/home/Attention.vue @@ -1,113 +1,315 @@ -