作者 tangxvhui

更新

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