|
|
@@ -295,7 +295,7 @@ class UserBillController
|
|
|
'url' => $urlCode, //二维码资源
|
|
|
'stream' => 0,
|
|
|
'left' => 164,
|
|
|
- 'top' => 670,
|
|
|
+ 'top' => 700,
|
|
|
'right' => 0,
|
|
|
'bottom' => 0,
|
|
|
'width' => 420,
|
|
|
@@ -306,7 +306,7 @@ class UserBillController
|
|
|
'text' => array(
|
|
|
array(
|
|
|
'text' => $user['nickname'],
|
|
|
- 'left' => 250,
|
|
|
+ 'left' => 200,
|
|
|
'top' => 660,
|
|
|
'fontPath' => $rootPath . 'public' . DS . $filelink['Bold'], //字体文件
|
|
|
'fontSize' => 40, //字号
|
|
|
@@ -316,7 +316,7 @@ class UserBillController
|
|
|
array(
|
|
|
'text' => '邀请您加入' . sys_config('site_name'),
|
|
|
// 'text' => '',
|
|
|
- 'left' => 250,
|
|
|
+ 'left' => 200,
|
|
|
'top' => 700,
|
|
|
'fontPath' => $rootPath . 'public' . DS . $filelink['Bold'], //字体文件
|
|
|
'fontSize' => 40, //字号
|