瀏覽代碼

增加系统配置接口

kobe6258 4 月之前
父節點
當前提交
1705ee81bf
共有 1 個文件被更改,包括 1 次插入1 次删除
  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,