|
@@ -916,7 +916,7 @@ class Goodup extends BaseController
|
|
|
$tp=[];
|
|
|
$tp['spuCode']=$value;
|
|
|
$tp['good_name']=$god['good_name'];
|
|
|
- $tp['good_img']=$god['good_img'];
|
|
|
+ $tp['good_img']=$god['good_thumb_img'];
|
|
|
$tp['exam_status']=$ist['exam_status'];
|
|
|
$spec = Db::name("good_spec")->where(["spuCode"=>$value,"is_del"=>0])->select()->toArray();
|
|
|
$speclist=[];
|