Kirin 3 lat temu
rodzic
commit
09079910f1
1 zmienionych plików z 22 dodań i 22 usunięć
  1. 22 22
      app/api/controller/user/UserBillController.php

+ 22 - 22
app/api/controller/user/UserBillController.php

@@ -205,8 +205,8 @@ class UserBillController
                             array(
                                 'url' => $urlCode,     //二维码资源
                                 'stream' => 0,
-                                'left' => 114,
-                                'top' => 790,
+                                'left' => 300,
+                                'top' => 490,
                                 'right' => 0,
                                 'bottom' => 0,
                                 'width' => 120,
@@ -214,26 +214,26 @@ class UserBillController
                                 'opacity' => 100
                             )
                         ),
-                        'text' => array(
-                            array(
-                                'text' => $user['nickname'],
-                                'left' => 250,
-                                'top' => 840,
-                                'fontPath' => $rootPath . 'public' . DS . $filelink['Bold'],     //字体文件
-                                'fontSize' => 16,             //字号
-                                'fontColor' => '40,40,40',       //字体颜色
-                                'angle' => 0,
-                            ),
-                            array(
-                                'text' => '邀请您加入' . sys_config('site_name'),
-                                'left' => 250,
-                                'top' => 880,
-                                'fontPath' => $rootPath . 'public' . DS . $filelink['Normal'],     //字体文件
-                                'fontSize' => 16,             //字号
-                                'fontColor' => '40,40,40',       //字体颜色
-                                'angle' => 0,
-                            )
-                        ),
+//                        'text' => array(
+//                            array(
+//                                'text' => $user['nickname'],
+//                                'left' => 250,
+//                                'top' => 840,
+//                                'fontPath' => $rootPath . 'public' . DS . $filelink['Bold'],     //字体文件
+//                                'fontSize' => 16,             //字号
+//                                'fontColor' => '40,40,40',       //字体颜色
+//                                'angle' => 0,
+//                            ),
+//                            array(
+//                                'text' => '邀请您加入' . sys_config('site_name'),
+//                                'left' => 250,
+//                                'top' => 880,
+//                                'fontPath' => $rootPath . 'public' . DS . $filelink['Normal'],     //字体文件
+//                                'fontSize' => 16,             //字号
+//                                'fontColor' => '40,40,40',       //字体颜色
+//                                'angle' => 0,
+//                            )
+//                        ),
                         'background' => $item['pic']
                     );
                     $resRoutine = $resRoutine && $posterInfo = UtilService::setSharePoster($config, 'routine/spread/poster');