فهرست منبع

增加系统配置接口

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,