作者 tangxvhui

bug 修复

@@ -470,7 +470,7 @@ func (c *OrderInfoController) GetOrderReal() { @@ -470,7 +470,7 @@ func (c *OrderInfoController) GetOrderReal() {
470 "partnerRatio": v.PartnerBonusPercent, 470 "partnerRatio": v.PartnerBonusPercent,
471 "orderPrice": v.GoodCompute.PlanAmount, 471 "orderPrice": v.GoodCompute.PlanAmount,
472 "quantityControl": "", 472 "quantityControl": "",
473 - "orderPriceControl": "", 473 + "priceControl": "",
474 } 474 }
475 if v.GoodCompute.UseAmount >= 0 { 475 if v.GoodCompute.UseAmount >= 0 {
476 m["priceControl"] = fmt.Sprint(v.GoodCompute.UseAmount) 476 m["priceControl"] = fmt.Sprint(v.GoodCompute.UseAmount)