- 实际支付添加货币符号
This commit is contained in:
@@ -59,7 +59,7 @@ func GetFeieOrderContent(order *model.GoodsOrder, storeTel string) (content stri
|
|||||||
<B>%s</B><BR>
|
<B>%s</B><BR>
|
||||||
<BR>
|
<BR>
|
||||||
|
|
||||||
<BOLD>实际支付:</BOLD>%.2f<BR>
|
<BOLD>实际支付:</BOLD>%s<BR>
|
||||||
<BR>
|
<BR>
|
||||||
商品明细: <BR>
|
商品明细: <BR>
|
||||||
品名 数量 单价 小计
|
品名 数量 单价 小计
|
||||||
@@ -75,7 +75,7 @@ func GetFeieOrderContent(order *model.GoodsOrder, storeTel string) (content stri
|
|||||||
order.ConsigneeMobile,
|
order.ConsigneeMobile,
|
||||||
order.ConsigneeAddress,
|
order.ConsigneeAddress,
|
||||||
order.BuyerComment,
|
order.BuyerComment,
|
||||||
jxutils.IntPrice2Standard(order.ActualPayPrice),
|
jxutils.IntPrice2StandardCurrencyString(order.ActualPayPrice),
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, sku := range order.Skus {
|
for _, sku := range order.Skus {
|
||||||
|
|||||||
Reference in New Issue
Block a user