|
@@ -207,32 +207,32 @@ class UserBillController
|
|
|
array(
|
|
|
'url' => $urlCode, //二维码资源
|
|
|
'stream' => 0,
|
|
|
- 'left' => 244,
|
|
|
- 'top' => 880,
|
|
|
+ 'left' => 114,
|
|
|
+ 'top' => 790,
|
|
|
'right' => 0,
|
|
|
'bottom' => 0,
|
|
|
- 'width' => 260,
|
|
|
- 'height' => 260,
|
|
|
+ 'width' => 120,
|
|
|
+ 'height' => 120,
|
|
|
'opacity' => 100
|
|
|
)
|
|
|
),
|
|
|
'text' => array(
|
|
|
array(
|
|
|
- 'text' => '邀请码',
|
|
|
- 'left' => 330,
|
|
|
- 'top' => 1180,
|
|
|
+ 'text' => $user['nickname'],
|
|
|
+ 'left' => 250,
|
|
|
+ 'top' => 840,
|
|
|
'fontPath' => $rootPath . 'public' . DS . $filelink['Bold'], //字体文件
|
|
|
- 'fontSize' => 20, //字号
|
|
|
- 'fontColor' => '0,0,0', //字体颜色
|
|
|
+ 'fontSize' => 16, //字号
|
|
|
+ 'fontColor' => '40,40,40', //字体颜色
|
|
|
'angle' => 0,
|
|
|
),
|
|
|
array(
|
|
|
- 'text' => $user['account'],
|
|
|
- 'left' => 290,
|
|
|
- 'top' => 1210,
|
|
|
+ 'text' => '邀请您加入' . sys_config('site_name'),
|
|
|
+ 'left' => 250,
|
|
|
+ 'top' => 880,
|
|
|
'fontPath' => $rootPath . 'public' . DS . $filelink['Normal'], //字体文件
|
|
|
- 'fontSize' => 20, //字号
|
|
|
- 'fontColor' => '0,0,0', //字体颜色
|
|
|
+ 'fontSize' => 16, //字号
|
|
|
+ 'fontColor' => '40,40,40', //字体颜色
|
|
|
'angle' => 0,
|
|
|
)
|
|
|
),
|