|
|
@@ -292,18 +292,19 @@ class UserBillController
|
|
|
array(
|
|
|
'url' => $urlCode, //二维码资源
|
|
|
'stream' => 0,
|
|
|
- 'left' => 154,
|
|
|
- 'top' => 390,
|
|
|
+ 'left' => 114,
|
|
|
+ 'top' => 590,
|
|
|
'right' => 0,
|
|
|
'bottom' => 0,
|
|
|
- 'width' => 520,
|
|
|
- 'height' => 520,
|
|
|
+ 'width' => 420,
|
|
|
+ 'height' => 420,
|
|
|
'opacity' => 100
|
|
|
)
|
|
|
),
|
|
|
'text' => array(
|
|
|
array(
|
|
|
- 'text' => $user['nickname'],
|
|
|
+// 'text' => $user['nickname'],
|
|
|
+ 'text' => '',
|
|
|
'left' => 250,
|
|
|
'top' => 840,
|
|
|
'fontPath' => $rootPath . 'public' . DS . $filelink['Bold'], //字体文件
|