mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-18 21:26:44 +08:00
[FIX]【卡单】背景样式调整
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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') {
|
||||||
|
|||||||
Reference in New Issue
Block a user