Your typeof Price
might be a string. So it needs to be converted to BigNumber
.
You can use TotalPrice
with BigNumber static method itself. (thanks to your comment replies)
TotalPrice = new BigNumber(Price).minus(FeePrice);
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…