|
...
|
...
|
@@ -52,7 +52,6 @@ class ProductController extends BaseController |
|
|
|
* @time :2023/8/17 9:15
|
|
|
|
*/
|
|
|
|
public function handleParam($v){
|
|
|
|
$v['thumb']['image_link'] = getImageUrl($v['thumb']['url']);//图片统一
|
|
|
|
$v['category_id_text'] = '';
|
|
|
|
$v['keyword_id_text'] = '';
|
|
|
|
if(!empty($v['category_id'])){
|
...
|
...
|
|