shish 6 лет назад
Родитель
Сommit
10736cbe3d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      biz/message/classes/InformAdminClass.php

+ 1 - 1
biz/message/classes/InformAdminClass.php

@@ -171,7 +171,7 @@ class InformAdminClass extends BaseClass
             "template_id" => $tempId,
             "url" => Yii::$app->params['adminUrl'] . '/order/detail',
             "data" => [
-                "first" => ["value" => '您有新的收入...', "color" => "#173177"],
+                "first" => ["value" => '恭喜,您有新收入。', "color" => "#173177"],
                 "keyword1" => ["value" => number_format($totalFee, 2) . '元', "color" => "#173177"],
                 "keyword2" => ["value" => $incomeStyle, "color" => "#173177"],
                 "keyword3" => ["value" => $payTime, "color" => "#173177"],