shish 11 kuukautta sitten
vanhempi
commit
f766924e8a
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      biz-ghs/order/classes/OrderClass.php

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

@@ -1842,8 +1842,8 @@ class OrderClass extends BaseClass
         $sendTimWant = $orderInfo['sendTimeWant'] ?? '';
         $sendTimWant = $orderInfo['sendTimeWant'] ?? '';
         if ($payDate != $sendTimWant) {
         if ($payDate != $sendTimWant) {
             $content .= '<BR><BR>';
             $content .= '<BR><BR>';
-            $content .= '<CB>送货时间<CB><BR>';
-            $content .= '<B>【' . $orderInfo['sendTimeWant'] . '】</B><BR><BR><BR>';
+            $content .= '<CB>送货时间</CB><BR>';
+            $content .= '<CB><BOLD>【' . $orderInfo['sendTimeWant'] . '】</BOLD></CB><BR><BR><BR>';
         }
         }
         if (isset($orderInfo['book']) && $orderInfo['book'] == 1) {
         if (isset($orderInfo['book']) && $orderInfo['book'] == 1) {
             $content .= '<B>预订单</B><BR>';
             $content .= '<B>预订单</B><BR>';