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