统一subBusinessType

This commit is contained in:
mengxiaolong
2020-09-09 15:47:50 +08:00
parent 19d6946df2
commit 175dd01a15

View File

@@ -388,7 +388,7 @@ export default {
let result = { let result = {
rgssUrl: res.path, rgssUrl: res.path,
imageInfoType: 1, imageInfoType: 1,
subBusinessType: 1 subBusinessType: '0'
} }
this.imageResultList.push(result) this.imageResultList.push(result)
} }
@@ -398,7 +398,7 @@ export default {
let result = { let result = {
rgssUrl: res.path, rgssUrl: res.path,
imageInfoType: 1, imageInfoType: 1,
subBusinessType: 1 subBusinessType: '0'
} }
this.imageResultList.push(result) this.imageResultList.push(result)
} }