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