作者 tangxvhui

更新

@@ -463,9 +463,9 @@ func (c *OrderInfoController) GetOrderReal() { @@ -463,9 +463,9 @@ func (c *OrderInfoController) GetOrderReal() {
463 "orderNum": v.PlanGoodNumber, 463 "orderNum": v.PlanGoodNumber,
464 "univalence": v.Price, 464 "univalence": v.Price,
465 "partnerRatio": v.PartnerBonusPercent, 465 "partnerRatio": v.PartnerBonusPercent,
466 - "amount": v.GoodCompute.PlanAmount, 466 + "orderPrice": v.GoodCompute.PlanAmount,
467 "quantityControl": "", 467 "quantityControl": "",
468 - "amountControl": "", 468 + "orderPriceControl": "",
469 } 469 }
470 if v.GoodCompute.UseAmount >= 0 { 470 if v.GoodCompute.UseAmount >= 0 {
471 m["priceControl"] = fmt.Sprint(v.GoodCompute.UseAmount) 471 m["priceControl"] = fmt.Sprint(v.GoodCompute.UseAmount)