Commit 05765ea2 by lihu541

返回修改

parent 2738fb63
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<span class=""><img src="~assets/img/header/icon-main-user.png"> <span class=""><img src="~assets/img/header/icon-main-user.png">
<span style="color: #8891BE;font-size: 11px;">{{userName}}, 截止于{{cxsj}}</span> <span style="color: #8891BE;font-size: 11px;">{{userName}}, 截止于{{cxsj}}</span>
</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"> 返回 <img src="~assets/img/header/icon-white-back.png"> 返回
</button> </button>
<button class="head_but"> <button class="head_but">
...@@ -55,7 +55,9 @@ ...@@ -55,7 +55,9 @@
}, },
computed: {}, computed: {},
methods: { methods: {
goBack(){
window.history.go(-1)
},
cxsjChange() { 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