Commit 8d98250c authored by linxin's avatar linxin

Merge branch 'liuxin' into develop

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