修改手机端内页跳转
This commit is contained in:
parent
02c0895159
commit
0de5564a45
@ -78,8 +78,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div v-for="item in newsList">
|
<div v-for="item in newsList">
|
||||||
<div class="box_12 flex-row justify-center">
|
<div class="box_12 flex-row justify-center">
|
||||||
<img @click="openUrl(item.id)" class="image_7 leftBoxTop" referrerpolicy="no-referrer"
|
<!-- <img @click="openUrl(item.id)" class="image_7 leftBoxTop" referrerpolicy="no-referrer"
|
||||||
:src="item.image" style="cursor: pointer;;object-fit: cover;" />
|
:src="item.image" style="cursor: pointer;;object-fit: cover;" /> -->
|
||||||
<div class="box_13 flex-col" @click="openUrl(item.id)">
|
<div class="box_13 flex-col" @click="openUrl(item.id)">
|
||||||
<div class="text-group_6">
|
<div class="text-group_6">
|
||||||
<div class="one-line-ellipsis news_title_home">
|
<div class="one-line-ellipsis news_title_home">
|
||||||
@ -98,13 +98,13 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="box_16 flex-row">
|
<!-- <div class="box_16 flex-row">
|
||||||
<div class="text-wrapper_12 flex-col">
|
<div class="text-wrapper_12 flex-col">
|
||||||
<nuxt-link to="/phone_societyDutyNew/" class="text_52">
|
<nuxt-link to="/phone_societyDutyNew/" class="text_52">
|
||||||
<span>查看更多</span>
|
<span>查看更多</span>
|
||||||
</nuxt-link>
|
</nuxt-link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div> -->
|
||||||
</div>
|
</div>
|
||||||
<div class="box_18 flex-col" style="overflow: hidden;">
|
<div class="box_18 flex-col" style="overflow: hidden;">
|
||||||
<span class="text_53" style="color: #fff;">留言版</span>
|
<span class="text_53" style="color: #fff;">留言版</span>
|
||||||
@ -378,6 +378,10 @@ const openUrl = (id: number) => {
|
|||||||
window.open(`/phone_info/${id}`)
|
window.open(`/phone_info/${id}`)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const gotoDetail = (id: number) => {
|
||||||
|
window.open(`/phone_info/${id}`)
|
||||||
|
}
|
||||||
|
|
||||||
const xsImg = ref([]);
|
const xsImg = ref([]);
|
||||||
const xsList = ref([]);
|
const xsList = ref([]);
|
||||||
//逐梦新声轮播图
|
//逐梦新声轮播图
|
||||||
|
Loading…
x
Reference in New Issue
Block a user