Browse Source

增加系统配置接口

kobe6258 4 tháng trước cách đây
mục cha
commit
1705ee81bf
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      controllers/order.go

+ 1 - 1
controllers/order.go

@@ -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,