diff --git a/components/PhoneFooter.vue b/components/PhoneFooter.vue new file mode 100644 index 0000000..7b9302f --- /dev/null +++ b/components/PhoneFooter.vue @@ -0,0 +1,136 @@ + + + + + \ No newline at end of file diff --git a/components/PhoneHeader.vue b/components/PhoneHeader.vue new file mode 100644 index 0000000..6a1f3da --- /dev/null +++ b/components/PhoneHeader.vue @@ -0,0 +1,205 @@ + + + + \ No newline at end of file diff --git a/pages/index.vue b/pages/index.vue index 82b204e..ad2c893 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -252,11 +252,11 @@ const router = useRouter() onMounted(() => { const coMobile = /Mobi|Android|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent); - // if (coMobile) { - // router.push('/phone_index/') - // } else { - // router.push('/') - // } + if (coMobile) { + router.push('/phone_index/') + } else { + router.push('/') + } // let indexs_to = localStorage.getItem('index_detail') // if (indexs_to) { // toswiper(Number(indexs_to)); diff --git a/pages/phone_index.vue b/pages/phone_index.vue index bf787cc..6b1b8b2 100644 --- a/pages/phone_index.vue +++ b/pages/phone_index.vue @@ -1,414 +1,113 @@ diff --git a/public/img/guan.png b/public/img/guan.png new file mode 100644 index 0000000..5a53da4 Binary files /dev/null and b/public/img/guan.png differ diff --git a/public/img/index/phone_top.png b/public/img/index/phone_top.png new file mode 100644 index 0000000..9ef4b42 Binary files /dev/null and b/public/img/index/phone_top.png differ diff --git a/public/img/right.png b/public/img/right.png new file mode 100644 index 0000000..3ad12ed Binary files /dev/null and b/public/img/right.png differ diff --git a/public/img/xuan.png b/public/img/xuan.png new file mode 100644 index 0000000..1e17c5c Binary files /dev/null and b/public/img/xuan.png differ