|
@ -285,8 +285,8 @@ export class GfHoldingDetailDialogComponent implements OnDestroy, OnInit { |
|
|
this.averagePrice = averagePrice; |
|
|
this.averagePrice = averagePrice; |
|
|
|
|
|
|
|
|
if ( |
|
|
if ( |
|
|
this.data.deviceType === 'mobile' && |
|
|
this.averagePrice >= NUMERICAL_PRECISION_THRESHOLD_6_FIGURES && |
|
|
this.averagePrice >= NUMERICAL_PRECISION_THRESHOLD_6_FIGURES |
|
|
this.data.deviceType === 'mobile' |
|
|
) { |
|
|
) { |
|
|
this.averagePricePrecision = 0; |
|
|
this.averagePricePrecision = 0; |
|
|
} |
|
|
} |
|
|