|
|
@@ -307,9 +307,9 @@ class UserBillController
|
|
|
array(
|
|
|
'text' => $user['nickname'],
|
|
|
'left' => 250,
|
|
|
- 'top' => 640,
|
|
|
+ 'top' => 650,
|
|
|
'fontPath' => $rootPath . 'public' . DS . $filelink['Bold'], //字体文件
|
|
|
- 'fontSize' => 16, //字号
|
|
|
+ 'fontSize' => 20, //字号
|
|
|
'fontColor' => '40,40,40', //字体颜色
|
|
|
'angle' => 0,
|
|
|
),
|
|
|
@@ -317,9 +317,9 @@ class UserBillController
|
|
|
'text' => '邀请您加入' . sys_config('site_name'),
|
|
|
// 'text' => '',
|
|
|
'left' => 250,
|
|
|
- 'top' => 880,
|
|
|
+ 'top' => 750,
|
|
|
'fontPath' => $rootPath . 'public' . DS . $filelink['Normal'], //字体文件
|
|
|
- 'fontSize' => 16, //字号
|
|
|
+ 'fontSize' => 20, //字号
|
|
|
'fontColor' => '40,40,40', //字体颜色
|
|
|
'angle' => 0,
|
|
|
)
|