|
|
@@ -289,7 +289,16 @@ class UserBillController
|
|
|
),
|
|
|
'text' => array(
|
|
|
array(
|
|
|
- 'text' => $user['account'].'邀请您加入响亮商城',
|
|
|
+ 'text' => $user['nickname'],
|
|
|
+ 'left' => 330,
|
|
|
+ 'top' => 1180,
|
|
|
+ 'fontPath' => $rootPath . 'public' . DS . $filelink['Bold'], //字体文件
|
|
|
+ 'fontSize' => 20, //字号
|
|
|
+ 'fontColor' => '0,0,0', //字体颜色
|
|
|
+ 'angle' => 0,
|
|
|
+ ),
|
|
|
+ array(
|
|
|
+ 'text' => '邀请您加入响亮商城',
|
|
|
'left' => 290,
|
|
|
'top' => 1210,
|
|
|
'fontPath' => $rootPath . 'public' . DS . $filelink['Normal'], //字体文件
|