正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -61,6 +61,7 @@ class BTemplateLogic extends BaseLogic | @@ -61,6 +61,7 @@ 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']); | ||
| 64 | } | 65 | } |
| 65 | return $this->success($TemplateInfo); | 66 | return $this->success($TemplateInfo); |
| 66 | } | 67 | } |
-
请 注册 或 登录 后发表评论