Commit 1d379044 authored by linxin's avatar linxin

fixed:scroll切换回顶部

parent 7f1f118b
......@@ -130,6 +130,7 @@ export default {
},
getTabNum (i) {
this.tabNum = i
this.$refs.scroll.scrollToTop()
},
changePage (e) {
this.$router.push({
......
......@@ -426,8 +426,8 @@ export default {
let result = res.result.words_result
vm.frame_number = result.VinNo // 车架号
vm.engine = result.EngineNo // 发动机号
//vm.vehicle_model = result.VinNo // 车辆型号
vm.certificate_number = result.CertificationNo // 合格证编号
// vm.vehicle_model = result.VinNo // 车辆型号
vm.certificate_number = result.CertificationNo // 合格证编号
})
},
showTime (format) {
......
......@@ -351,7 +351,7 @@
</div>
</div>
</div>
<div
<!-- <div
v-if="(from&&isApproved&&isAGENT)||fromPromisePay"
class="tax"
@click="changeUndertake"
......@@ -362,7 +362,7 @@
<p>已缴纳:500000</p>
</div>
<img src="@/assets/userBind/arrow-right.png" class="right-img" >
</div>
</div> -->
</div>
<BankInfo
......
......@@ -103,6 +103,7 @@ export default {
},
getTabNum (i) {
this.tabNum = i
this.$refs.scroll.scrollToTop()
},
toSign () {
let vm = this
......
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