mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 17:56:43 +08:00
删除日志打印
This commit is contained in:
@@ -1216,9 +1216,7 @@ export default {
|
|||||||
|
|
||||||
//试算成功,信息返显
|
//试算成功,信息返显
|
||||||
if (resultData.result == 0) {
|
if (resultData.result == 0) {
|
||||||
console.dir(resultData)
|
|
||||||
if (resultData.flag === '1') {
|
if (resultData.flag === '1') {
|
||||||
console.log('sfdsadf')
|
|
||||||
this.richChildrenFlag = true
|
this.richChildrenFlag = true
|
||||||
}
|
}
|
||||||
this.trialList = resultData.trialList
|
this.trialList = resultData.trialList
|
||||||
@@ -1566,7 +1564,6 @@ export default {
|
|||||||
|
|
||||||
//豁免险保额处理
|
//豁免险保额处理
|
||||||
if (item.isRemit == '0') {
|
if (item.isRemit == '0') {
|
||||||
// console.log('33333333')
|
|
||||||
this.trialInfos[index].amt = this.trialList[0].prem
|
this.trialInfos[index].amt = this.trialList[0].prem
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user