Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOOD
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
whb
10 years ago
Commit
c9b00b7aff5fa88db9b2cebfa4ce2a58507f3ff9
1 parent
11dd57d4
添加品牌详情页
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletions
website/view/script/brand/detailmobile.php
website/view/script/brand/detailmobile.php
View file @
c9b00b7
...
...
@@ -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
...
...
Please
register
or
login
to post a comment