mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 20:56:45 +08:00
富娃娃特殊处理
This commit is contained in:
@@ -1107,7 +1107,7 @@ export default {
|
|||||||
let product = this.chooseProducts.find(item => {
|
let product = this.chooseProducts.find(item => {
|
||||||
return item.productCode === 'GFRS_A0006'
|
return item.productCode === 'GFRS_A0006'
|
||||||
})
|
})
|
||||||
if (product) {
|
if (product && this.richChildrenFlag) {
|
||||||
product.calFactorLst[0].showContent = '月交'
|
product.calFactorLst[0].showContent = '月交'
|
||||||
product.calFactorLst[2].showContent = '月交'
|
product.calFactorLst[2].showContent = '月交'
|
||||||
product.calFactorLst[0].columns[0].text = '月交'
|
product.calFactorLst[0].columns[0].text = '月交'
|
||||||
@@ -1216,7 +1216,9 @@ export default {
|
|||||||
|
|
||||||
//试算成功,信息返显
|
//试算成功,信息返显
|
||||||
if (resultData.result == 0) {
|
if (resultData.result == 0) {
|
||||||
if (resultData.flag) {
|
console.dir(resultData)
|
||||||
|
if (resultData.flag === '1') {
|
||||||
|
console.log('sfdsadf')
|
||||||
this.richChildrenFlag = true
|
this.richChildrenFlag = true
|
||||||
}
|
}
|
||||||
this.trialList = resultData.trialList
|
this.trialList = resultData.trialList
|
||||||
|
|||||||
Reference in New Issue
Block a user