This commit is contained in:
suyl
2021-07-15 16:05:53 +08:00
parent ffe72bcdbd
commit 9dd291b132

View File

@@ -155,11 +155,11 @@ func (c *PrinterHandler) getOrderContent(order *model.GoodsOrder, storeTel strin
orderParams = append(orderParams, sku.SkuName, "x"+utils.Int2Str(sku.Count), jxutils.IntPrice2StandardCurrencyString(sku.SalePrice), jxutils.IntPrice2StandardCurrencyString(sku.SalePrice*int64(sku.Count)))
}
orderFmt += `<br>
<BOLD>共%d种%d件商品</BOLD>
共%d种%d件商品
<br>
--------------------------------<br>
<center><hb><BOLD>商品质量问题请联系:</BOLD></hb><br></center>
<center><hb><BOLD>%s:%s</BOLD></hb><br></center><br>
<center><hb>商品质量问题请联系:</hb><br></center>
<center><hb>%s:%s</hb><br></center><br>
<br>
更多信息请关注官方微信: %s<br>
<br>