瀏覽代碼

文字优化

shish 9 月之前
父節點
當前提交
5ef4a59174
共有 1 個文件被更改,包括 8 次插入8 次删除
  1. 8 8
      biz/shop/classes/ShopExtClass.php

+ 8 - 8
biz/shop/classes/ShopExtClass.php

@@ -146,13 +146,13 @@ class ShopExtClass extends BaseClass
                             $period = explode(':', $readPeriod);
                             $periodName = implode($period, '点');
                             if ($reachDate == date("Y-m-d")) {
-                                $sound .= ',今天' . $periodName . "分客户到店自取";
+                                $sound .= ',今天' . $periodName . "分到店自取";
                             } elseif ($reachDate == date("Y-m-d", strtotime("+1 day"))) {
-                                $sound .= ',明天' . $periodName . "分客户到店自取";
+                                $sound .= ',明天' . $periodName . "分到店自取";
                             } elseif ($reachDate == date("Y-m-d", strtotime("+2 day"))) {
-                                $sound .= ',后天' . $periodName . "分客户到店自取";
+                                $sound .= ',后天' . $periodName . "分到店自取";
                             } else {
-                                $sound .= ',' . date("d", strtotime($reachDate)) . '号' . $periodName . "分客户到店自取";
+                                $sound .= ',' . date("d", strtotime($reachDate)) . '号' . $periodName . "分到店自取";
                             }
                         } else {
                             $sound .= ",客户到店自取";
@@ -190,13 +190,13 @@ class ShopExtClass extends BaseClass
                             $period = explode(':', $readPeriod);
                             $periodName = implode($period, '点');
                             if ($reachDate == date("Y-m-d")) {
-                                $sound .= ',今天' . $periodName . "分客户到店自取";
+                                $sound .= ',今天' . $periodName . "分到店自取";
                             } elseif ($reachDate == date("Y-m-d", strtotime("+1 day"))) {
-                                $sound .= ',明天' . $periodName . "分客户到店自取";
+                                $sound .= ',明天' . $periodName . "分到店自取";
                             } elseif ($reachDate == date("Y-m-d", strtotime("+2 day"))) {
-                                $sound .= ',后天' . $periodName . "分客户到店自取";
+                                $sound .= ',后天' . $periodName . "分到店自取";
                             } else {
-                                $sound .= ',' . date("d", strtotime($reachDate)) . '号' . $periodName . "分客户到店自取";
+                                $sound .= ',' . date("d", strtotime($reachDate)) . '号' . $periodName . "分到店自取";
                             }
                         } else {
                             $sound .= ",客户到店自取";