Browse Source

fix: 🧩 修改导航页面

pull/7/head
deepblues 3 years ago
parent
commit
d7082709c9
  1. 1
      src/components/PublicComponent/PublicComponent.vue
  2. 2
      src/views/Art/Art.vue

1
src/components/PublicComponent/PublicComponent.vue

@ -56,6 +56,7 @@ onMounted(() => {
window.leaveScreenSave = () => {
checkHandleScreen(new TouchEvent('touchstart'))
console.log('Android调用成功 :>>>>>>>>> ')
}
})
onBeforeUnmount(() => {

2
src/views/Art/Art.vue

@ -512,7 +512,7 @@ function clickGo(item: ArtItem) {
top: 85px;
left: 580px;
li {
margin-bottom: -70px;
margin-bottom: -80px;
img {
height: 205px;
}

Loading…
Cancel
Save