Commit 05765ea2 by lihu541

返回修改

parent 2738fb63
......@@ -16,7 +16,7 @@
<span class=""><img src="~assets/img/header/icon-main-user.png">
<span style="color: #8891BE;font-size: 11px;">{{userName}}, 截止于{{cxsj}}</span>
</span>
<button class="head_but" style="background: #44517d">
<button class="head_but" style="background: #44517d" @click="goBack">
<img src="~assets/img/header/icon-white-back.png"> 返回
</button>
<button class="head_but">
......@@ -55,7 +55,9 @@
},
computed: {},
methods: {
goBack(){
window.history.go(-1)
},
cxsjChange() {
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment