|
...
|
...
|
@@ -61,8 +61,9 @@ class BTemplateLogic extends BaseLogic |
|
|
|
if($this->param['source'] == $this->model::SOURCE_PRODUCT){//产品页
|
|
|
|
$TemplateInfo = $this->productHtml($info,$this->param['source'],$this->param['source_id']);
|
|
|
|
}
|
|
|
|
$TemplateInfo['image_link'] = $this->getImageUrl($TemplateInfo['image']);
|
|
|
|
}
|
|
|
|
var_dump($TemplateInfo);
|
|
|
|
die();
|
|
|
|
return $this->success($TemplateInfo);
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|