修正了钱包margin 关于我们的问题
This commit is contained in:
@@ -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
|
||||
};
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user