Authored by whb

添加品牌详情页

... ... @@ -25,4 +25,14 @@
</ul>
</div>
<?php endif;?>
<?php $this->_endblock();?>
\ No newline at end of file
<?php $this->_endblock();?>
<?php $this->_block('js');?>
<script type="text/javascript">
function getClientShare() {
return "<?php echo json_encode(array('title'=> $this->view->info['name'],'desc'=> $this->view->info['description'],
'imgUrl'=> Lib_Images::getImageUrl($this->view->info['logo'], 'source','fragmentimg'),
'link'=> SITE_MAIN.'/brand/detail/id/'.$this->view->info['id']));?>";
}
</script>
<?php $this->_endblock();?>
\ No newline at end of file
... ...