写代码的时候常常用到一个对象里的熟悉
原则上是3次使用就把他直接赋值给一个参量。使用,如下
var pvP = item.agentAmountStats[i].pvPercentage;
item.agentAmountStats[i].estimateAmount = item.estimateAmount * pvP / 100;
item.agentAmountStats[i].factAmount = item.factAmount * pvP / 100;
item.agentAmountStats[i].receivedAmount = item.receivedAmount * pvP / 100;