mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 01:36:43 +08:00
解决冲突
This commit is contained in:
@@ -2269,11 +2269,11 @@ export default {
|
||||
this.trialInfos[index].amt = this.trialList[0].prem
|
||||
}
|
||||
|
||||
if (item.productCode == 'GFRS_A0001' || item.productCode == 'GFRS_A0007') {
|
||||
if (item.productCode == 'GFRS_A0001') {
|
||||
this.trialInfos[index].amt = this.trialList[0].standPrem
|
||||
}
|
||||
|
||||
if (item.productCode == 'GFRS_A0003' || item.productCode == 'GFRS_A0009' || item.productCode == 'GFRS_A0010') {
|
||||
if (item.productCode == 'GFRS_A0003' || item.productCode == 'GFRS_A0009'|| item.productCode == 'GFRS_A0010'|| item.productCode == 'GFRS_A0007') {
|
||||
this.trialInfos[index].amt = this.trialList[index].amt
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user