浏览代码

增加系统配置接口

kobe6258 4 月之前
父节点
当前提交
17dd3cbf93
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/order.go

+ 1 - 1
controllers/order.go

@@ -244,7 +244,7 @@ func (this *OrderController) ProductOrderList() {
 				if tradeErr != nil {
 					utils.FileLog.Error("获取支付订单失败,支付订单号:" + orderItem.TradeNo + ",err:" + tradeErr.Error())
 				} else {
-					view.PaymentAmount = fmt.Sprintf("%s %s", tradeOrder.Currency, tradeOrder.Amount)
+					view.PaymentAmount = fmt.Sprintf("¥%s", tradeOrder.Amount)
 				}
 			}
 			if orderItem.Status == models.OrderStatusPaid {