|
|
@@ -479,15 +479,15 @@ class StoreProduct extends BaseController
|
|
479
|
479
|
'Normal' => 'public/font/Alibaba-PuHuiTi-Regular.otf',
|
|
480
|
480
|
];
|
|
481
|
481
|
$text = $pdata['store_name'];
|
|
482
|
|
- $t2 = array(
|
|
483
|
|
- 'text' => '',
|
|
484
|
|
- 'left' => 400,
|
|
485
|
|
- 'top' => 1020,
|
|
486
|
|
- 'fontPath' => $filelink['Bold'], //字体文件
|
|
487
|
|
- 'fontSize' => 24, //字号
|
|
488
|
|
- 'fontColor' => '255,255,255', //字体颜色
|
|
489
|
|
- 'angle' => 0,
|
|
490
|
|
- );
|
|
|
482
|
+ // $t2 = array(
|
|
|
483
|
+ // 'text' => '',
|
|
|
484
|
+ // 'left' => 400,
|
|
|
485
|
+ // 'top' => 1020,
|
|
|
486
|
+ // 'fontPath' => $filelink['Bold'], //字体文件
|
|
|
487
|
+ // 'fontSize' => 24, //字号
|
|
|
488
|
+ // 'fontColor' => '255,255,255', //字体颜色
|
|
|
489
|
+ // 'angle' => 0,
|
|
|
490
|
+ // );
|
|
491
|
491
|
$t1 = array(
|
|
492
|
492
|
'text' => $text,
|
|
493
|
493
|
'left' => 400,
|