edit-robot

This commit is contained in:
lccsw
2022-09-22 18:16:14 +08:00
parent ee1e19e6de
commit f4625855a0
+4 -2
View File
@@ -574,10 +574,11 @@ class Qyrobot{
],
];
$content[] = $header;
$day_title = $type ? $info['day'] : '本日';
$content[] = [
[
'tag' => 'text',
'text' => '本日累计成交:',
'text' => $day_title.'累计成交:',
],
[
'tag' => 'a',
@@ -611,10 +612,11 @@ class Qyrobot{
$content[] = $temp_info;
}
}
$month_title = $type ? $info['month_show'] : '本月';
$content[] = [
[
'tag' => 'text',
'text' => '本月累计成交:',
'text' => $month_title.'累计成交:',
],
[
'tag' => 'a',