mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-16 06:26:44 +08:00
[FIX]【卡单】背景样式调整
This commit is contained in:
@@ -173,6 +173,10 @@ export default {
|
||||
}, 100)
|
||||
window.appCallBack = this.appCallBack
|
||||
},
|
||||
beforeRouteLeave(to, from, next) {
|
||||
document.body.style.backgroundColor = ''
|
||||
next()
|
||||
},
|
||||
methods: {
|
||||
//分页用-查询订单列表
|
||||
loadMore() {
|
||||
@@ -301,9 +305,9 @@ export default {
|
||||
}
|
||||
},
|
||||
filters: {
|
||||
statusFormat(examineApproveStatus) {
|
||||
statusFormat(val) {
|
||||
let text
|
||||
switch (examineApproveStatus) {
|
||||
switch (val) {
|
||||
case '07':
|
||||
text = '公司谢绝'
|
||||
break
|
||||
|
||||
@@ -223,6 +223,10 @@ export default {
|
||||
// }
|
||||
// console.log('--自核结果--支付信息:', JSON.stringify(this.underWriteData))
|
||||
},
|
||||
beforeRouteLeave(to, from, next) {
|
||||
document.body.style.backgroundColor = ''
|
||||
next()
|
||||
},
|
||||
methods: {
|
||||
appCallBack(data) {
|
||||
if (data.trigger == 'left_button_click') {
|
||||
|
||||
Reference in New Issue
Block a user