...
|
...
|
@@ -470,7 +470,7 @@ func (c *OrderInfoController) GetOrderReal() { |
|
|
"partnerRatio": v.PartnerBonusPercent,
|
|
|
"orderPrice": v.GoodCompute.PlanAmount,
|
|
|
"quantityControl": "",
|
|
|
"orderPriceControl": "",
|
|
|
"priceControl": "",
|
|
|
}
|
|
|
if v.GoodCompute.UseAmount >= 0 {
|
|
|
m["priceControl"] = fmt.Sprint(v.GoodCompute.UseAmount)
|
...
|
...
|
|