作者 tangxvhui

更新

@@ -407,9 +407,9 @@ func (c *OrderInfoController) GetOrderReal() { @@ -407,9 +407,9 @@ func (c *OrderInfoController) GetOrderReal() {
407 "orderNum": v.PlanGoodNumber, 407 "orderNum": v.PlanGoodNumber,
408 "univalence": v.Price, 408 "univalence": v.Price,
409 "partnerRatio": v.PartnerBonusPercent, 409 "partnerRatio": v.PartnerBonusPercent,
410 - "orderPrice": v.GoodCompute.PlanAmount, 410 + "amount": v.GoodCompute.PlanAmount,
411 "quantityControl": "", 411 "quantityControl": "",
412 - "priceControl": "", 412 + "amountControl": "",
413 } 413 }
414 if v.GoodCompute.UseAmount >= 0 { 414 if v.GoodCompute.UseAmount >= 0 {
415 m["priceControl"] = fmt.Sprint(v.GoodCompute.UseAmount) 415 m["priceControl"] = fmt.Sprint(v.GoodCompute.UseAmount)