|
|
@@ -303,8 +303,8 @@ class UserBillController
|
|
|
),
|
|
|
'text' => array(
|
|
|
array(
|
|
|
-// 'text' => $user['nickname'],
|
|
|
- 'text' => '',
|
|
|
+ 'text' => $user['nickname'],
|
|
|
+// 'text' => '',
|
|
|
'left' => 250,
|
|
|
'top' => 840,
|
|
|
'fontPath' => $rootPath . 'public' . DS . $filelink['Bold'], //字体文件
|
|
|
@@ -313,8 +313,8 @@ class UserBillController
|
|
|
'angle' => 0,
|
|
|
),
|
|
|
array(
|
|
|
-// 'text' => '邀请您加入' . sys_config('site_name'),
|
|
|
- 'text' => '',
|
|
|
+ 'text' => '邀请您加入' . sys_config('site_name'),
|
|
|
+// 'text' => '',
|
|
|
'left' => 250,
|
|
|
'top' => 880,
|
|
|
'fontPath' => $rootPath . 'public' . DS . $filelink['Normal'], //字体文件
|