Fix color

1212e 2015-06-03 16:52:08 +08:00
parent 83ff0aa3cc
commit c9272d5c1e

@ -107,7 +107,7 @@ $messageId = $notice->uses($templateId)->withUrl($url)->andData($data)->andRecei
$data = array(
"first" => array("恭喜你购买成功!", '#555555'),
"keynote1" => array("巧克力", "#336699"),
"keynote2" => array("39.8元", "FF0000"),
"keynote2" => array("39.8元", "#FF0000"),
"keynote3" => array("2014年9月16日", "#888888"),
"remark" => array("欢迎再次购买!", "#5599FF"),
);
@ -118,7 +118,7 @@ $messageId = $notice->uses($templateId)->withUrl($url)->andData($data)->andRecei
$data = array(
"first" => array("value" => "恭喜你购买成功!", "color" => '#555555'),
"keynote1" => array("value" => "巧克力", "color" => "#336699"),
"keynote2" => array("value" => "39.8元","color" => "FF0000"),
"keynote2" => array("value" => "39.8元","color" => "#FF0000"),
"keynote3" => array("value" => "2014年9月16日", "color" => "#888888"),
"remark" => array("value" => "欢迎再次购买!", "color" => "#5599FF"),
);