正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -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) |
-
请 注册 或 登录 后发表评论