Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hf
9 years ago
Commit
943f8ddc6789332e6f66c70b250515ef4f380351
1 parent
7e0d9b3a
code review by fei.hong: do merge new sale list and search codes
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
45 additions
and
10 deletions
compile/www.yohobuy.com/0.0.13/c786c9077b5d2036c1c29ae8372fb979.php
compile/www.yohobuy.com/0.0.13/dbffcc4a7b95e1717b0ae13919f382d3.php
template/www.yohobuy.com/partials/product/left-content.phtml
compile/www.yohobuy.com/0.0.13/c786c9077b5d2036c1c29ae8372fb979.php
View file @
943f8dd
...
...
@@ -537,11 +537,27 @@
</a>
</li>
'
;})
.
' </ul>
'
;})
.
''
;})
.
'
'
.
Plugin\LCRun3
::
debug
(
'if [brandBanner].[dataId]'
,
'ifv'
,
$cx
,
Plugin\LCRun3
::
debug
(
'[brandBanner].[dataId]'
,
'v'
,
$cx
,
$in
,
array
(
'brandBanner'
,
'dataId'
)),
$in
,
function
(
$cx
,
$in
)
{
return
' <script id="pic-link-tpl" type="text/html">
{{# picLink}}
{{#if picTitle}}
<h2 class="nav-pic-title">{{picTitle}}</h2>
{{/if}}
<ul class="pic-nav">
{{#each list}}
<li>
<a href="{{href}}">
<img src="{{src}}">
</a>
</li>
{{/each}}
</ul>
{{/ picLink}}
</script>
<div id="brand-ad" class="brand-ad"></div>
'
;})
.
'
'
.
Plugin\LCRun3
::
debug
(
'if [cardHtml]'
,
'ifv'
,
$cx
,
Plugin\LCRun3
::
debug
(
'[cardHtml]'
,
'v'
,
$cx
,
$in
,
array
(
'cardHtml'
)),
$in
,
function
(
$cx
,
$in
)
{
return
' <div class="brand-card">
'
.
Plugin\LCRun3
::
debug
(
'[cardHtml]'
,
'raw'
,
$cx
,
Plugin\LCRun3
::
debug
(
'[cardHtml]'
,
'v'
,
$cx
,
$in
,
array
(
'cardHtml'
)))
.
'
</div>
'
;})
.
''
;})
.
''
.
' </div>
'
.
Plugin\LCRun3
::
debug
(
'if [node]'
,
'ifv'
,
$cx
,
Plugin\LCRun3
::
debug
(
'[node]'
,
'v'
,
$cx
,
$in
,
array
(
'node'
)),
$in
,
function
(
$cx
,
$in
)
{
return
' <div id="brand-card" class="brand-card" data-node="'
.
Plugin\LCRun3
::
debug
(
'[node]'
,
'encq'
,
$cx
,
Plugin\LCRun3
::
debug
(
'[node]'
,
'v'
,
$cx
,
$in
,
array
(
'node'
)))
.
'"></div>
'
;})
.
''
.
' </div>
<div class="list-right pull-right">
'
.
Plugin\LCRun3
::
debug
(
'[sortIntro]'
,
'sec'
,
$cx
,
Plugin\LCRun3
::
debug
(
'[sortIntro]'
,
'v'
,
$cx
,
$in
,
array
(
'sortIntro'
)),
$in
,
false
,
function
(
$cx
,
$in
)
{
return
' <div class="sort-intro clearfix">
<div class="texts pull-left">
...
...
compile/www.yohobuy.com/0.0.13/dbffcc4a7b95e1717b0ae13919f382d3.php
0 → 100644
View file @
943f8dd
This diff could not be displayed because it is too large.
template/www.yohobuy.com/partials/product/left-content.phtml
View file @
943f8dd
...
...
@@ -88,10 +88,29 @@
{
{/each
}
}
</ul>
{
{/
picLink
}
}
{
{#if
cardHtml
}
}
<div
class=
"brand-card"
>
{
{{cardHtml
}
}}
</div>
{
{/if
}
}
{
{/
leftContent
}
}
{
{#if
brandBanner.dataId
}
}
<script
id=
"pic-link-tpl"
type=
"text/html"
>
\
{
{#
picLink
}
}
\
{
{#if
picTitle
}
}
<h
2
class=
"nav-pic-title"
>\
{
{picTitle
}
}</h
2
>
\
{
{/if
}
}
<ul
class=
"pic-nav"
>
\
{
{#each
list
}
}
<li>
<a
href=
"\{{href}}"
>
<img
src=
"\{{src}}"
>
</a>
</li>
\
{
{/each
}
}
</ul>
\
{
{/
picLink
}
}
</script>
<div
id=
"brand-ad"
class=
"brand-ad"
></div>
{
{/if
}
}
{
{!--
水牌广告
--
}
}
{
{#if
node
}
}
<div
id=
"brand-card"
class=
"brand-card"
data-node=
"{{node}}"
></div>
{
{/if
}
}
...
...
Please
register
or
login
to post a comment