修正了钱包margin 关于我们的问题

This commit is contained in:
2020-10-24 16:07:31 +08:00
parent 9968b71ae4
commit 8e64fc337b
6 changed files with 96 additions and 19 deletions

View File

@@ -105,7 +105,7 @@
您利用碎片时间轻轻松松学会各种语言
</div>
<div class="relation">
<div class="more">了解更多</div>
<div class="more" @click="navto()">了解更多</div>
<img src="@/static/images/tel.png" alt="" class="icon">
<div>136-0111-1111</div>
@@ -224,6 +224,10 @@ export default defineComponent({
console.log(e)
router.push("/regime/videoinfo?id="+e)
}
function navto(){
router.push("/about")
}
return {
formLayout,
tabselected,
@@ -239,7 +243,8 @@ export default defineComponent({
myquhao,
sublogin,
videolist,
tovideoxq
tovideoxq,
navto
};
},
});