|
@@ -227,7 +227,7 @@ func (this *OrderController) ProductOrderList() {
|
|
|
Mobile: fmt.Sprintf("+%s %s", orderItem.AreaCode, orderItem.Mobile),
|
|
|
ProductType: ProductTypeMap[orderItem.ProductType],
|
|
|
ProductName: orderItem.ProductName,
|
|
|
- TotalAmount: orderItem.TotalAmount,
|
|
|
+ TotalAmount: fmt.Sprintf("¥%s", orderItem.TotalAmount),
|
|
|
TradeNO: orderItem.TradeNo,
|
|
|
RefundAmount: orderItem.RefundAmount,
|
|
|
RefundTradeId: orderItem.RefundTradeId,
|