|
|
|
@ -1963,7 +1963,7 @@ class OrdersController extends CommonController
|
|
|
|
// 禁止加载图片(如果不需要图片可以开启)
|
|
|
|
// 禁止加载图片(如果不需要图片可以开启)
|
|
|
|
// 'no-images' => true,
|
|
|
|
// 'no-images' => true,
|
|
|
|
// 禁止加载JavaScript(如果不需要JS可以开启)
|
|
|
|
// 禁止加载JavaScript(如果不需要JS可以开启)
|
|
|
|
'no-js' => true,
|
|
|
|
// 'no-js' => true,
|
|
|
|
];
|
|
|
|
];
|
|
|
|
$tempPath = storage_path('app/temp/' . uniqid() . '.' . $options['format']);
|
|
|
|
$tempPath = storage_path('app/temp/' . uniqid() . '.' . $options['format']);
|
|
|
|
// 确保临时目录存在
|
|
|
|
// 确保临时目录存在
|
|
|
|
|