This commit is contained in:
苏尹岚
2021-03-05 17:02:14 +08:00
parent ad40d2e0b2
commit 71f4d08d68
3 changed files with 21 additions and 31 deletions

View File

@@ -190,7 +190,7 @@ func getOrderDetailBrief(order *model.GoodsOrder) (brief string) {
if order.EarningType == model.EarningTypePoints {
price = order.ActualPayPrice
} else {
price = order.ShopPrice
price = order.EarningPrice
}
}
sb.WriteString(jxutils.IntPrice2StandardString(price))