shish 1 anno fa
parent
commit
7ae957b5db
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      biz-hd/shop/classes/ShopExtClass.php

+ 3 - 3
biz-hd/shop/classes/ShopExtClass.php

@@ -38,12 +38,12 @@ class ShopExtClass extends BaseClass
         $content .= '--------------------------------<BR>';
 
         $content .= '<CB>买家信息:</CB><BR><BR>';
-        $content .= '<B>' . $order->customName . '</B><BR>';
-        $content .= '<B>' . $order->customMobile . '</B><BR>';
+        $content .= '<CB>' . $order->customName . '</CB><BR>';
+        $content .= '<CB>' . $order->customMobile . '</CB><BR>';
         $content .= '--------------------------------<BR>';
         $content .= "<BR>";
         $content .= "<BR>";
-        $content .= "<CB>此单客户未付款,2分钟后将自动取消,如有必要,请跟客户电话确认</CB><BR>";
+        $content .= "<C>此单客户未付款,2分钟后将自动取消,如有需要,请跟客户电话确认</C><BR>";
         $content .= "<BR>";
         $content .= '<AUDIO-CANCEL>';
         $ext = self::getByCondition(['shopId' => $shopId]);