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