shish 3 лет назад
Родитель
Сommit
871a8b5a31
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      biz-ghs/order/classes/OrderClass.php

+ 2 - 2
biz-ghs/order/classes/OrderClass.php

@@ -1029,14 +1029,14 @@ class OrderClass extends BaseClass
         $kindNum = $showItem['itemStat']['kind'] ?? 0;
         $kindNum = $showItem['itemStat']['kind'] ?? 0;
         $bigNum = $showItem['itemStat']['bigNum'] ?? 0;
         $bigNum = $showItem['itemStat']['bigNum'] ?? 0;
         $smallNun = $showItem['itemStat']['smallNun'] ?? 0;
         $smallNun = $showItem['itemStat']['smallNun'] ?? 0;
-        $content .= "<BR><CB>共{$kindNum}种";
+        $content .= "<BR><CB>**共{$kindNum}种";
         if ($bigNum > 0) {
         if ($bigNum > 0) {
             $content .= ",{$bigNum}扎";
             $content .= ",{$bigNum}扎";
         }
         }
         if ($smallNun > 0) {
         if ($smallNun > 0) {
             $content .= ",{$smallNun}支";
             $content .= ",{$smallNun}支";
         }
         }
-        $content .= "</CB><BR><BR>";
+        $content .= "**</CB><BR><BR>";
 
 
         if (isset($respond['refund']) && !empty($respond['refund'])) {
         if (isset($respond['refund']) && !empty($respond['refund'])) {
             $content .= '<CB>【已退款】</CB><BR>';
             $content .= '<CB>【已退款】</CB><BR>';