mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-18 06:16:43 +08:00
统一subBusinessType
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user