|
|
@@ -306,9 +306,9 @@ class UserBillController
|
|
|
'text' => $user['nickname'],
|
|
|
// 'text' => '',
|
|
|
'left' => 250,
|
|
|
- 'top' => 840,
|
|
|
+ 'top' => 500,
|
|
|
'fontPath' => $rootPath . 'public' . DS . $filelink['Bold'], //字体文件
|
|
|
- 'fontSize' => 16, //字号
|
|
|
+ 'fontSize' => 80, //字号
|
|
|
'fontColor' => '40,40,40', //字体颜色
|
|
|
'angle' => 0,
|
|
|
),
|
|
|
@@ -316,9 +316,9 @@ class UserBillController
|
|
|
'text' => '邀请您加入' . sys_config('site_name'),
|
|
|
// 'text' => '',
|
|
|
'left' => 250,
|
|
|
- 'top' => 880,
|
|
|
+ 'top' => 680,
|
|
|
'fontPath' => $rootPath . 'public' . DS . $filelink['Normal'], //字体文件
|
|
|
- 'fontSize' => 16, //字号
|
|
|
+ 'fontSize' => 60, //字号
|
|
|
'fontColor' => '40,40,40', //字体颜色
|
|
|
'angle' => 0,
|
|
|
)
|