[FIX]【卡单】背景样式调整

This commit is contained in:
yuweiqi
2020-04-24 10:24:52 +08:00
parent 5eff24d3e6
commit f97fbd3c99
2 changed files with 10 additions and 2 deletions

View File

@@ -173,6 +173,10 @@ export default {
}, 100) }, 100)
window.appCallBack = this.appCallBack window.appCallBack = this.appCallBack
}, },
beforeRouteLeave(to, from, next) {
document.body.style.backgroundColor = ''
next()
},
methods: { methods: {
//分页用-查询订单列表 //分页用-查询订单列表
loadMore() { loadMore() {
@@ -301,9 +305,9 @@ export default {
} }
}, },
filters: { filters: {
statusFormat(examineApproveStatus) { statusFormat(val) {
let text let text
switch (examineApproveStatus) { switch (val) {
case '07': case '07':
text = '公司谢绝' text = '公司谢绝'
break break

View File

@@ -223,6 +223,10 @@ export default {
// } // }
// console.log('--自核结果--支付信息:', JSON.stringify(this.underWriteData)) // console.log('--自核结果--支付信息:', JSON.stringify(this.underWriteData))
}, },
beforeRouteLeave(to, from, next) {
document.body.style.backgroundColor = ''
next()
},
methods: { methods: {
appCallBack(data) { appCallBack(data) {
if (data.trigger == 'left_button_click') { if (data.trigger == 'left_button_click') {