Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
Lynnic
2015-11-17 10:58:32 +0800
Commit
7e44bee63c925f6fb8c7dd2a4a083808560c58fe
1 parent
d2f1361c
update
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
static/js/product/detail/detail.js
static/sass/product/_detail.scss
template/m.yohobuy.com/actions/product/detail/index.phtml
yohobuy/m.yohobuy.com/application/modules/Product/controllers/Detail.php
static/js/product/detail/detail.js
View file @
7e44bee
...
...
@@ -52,6 +52,7 @@ refSwiper = new Swiper('#reference-swiper-container',{
slidesPerView
:
'auto'
});
handleHelper
=
Handlebars
.
registerHelper
(
'addOne'
,
function
(
index
)
{
return
index
+
1
;
});
...
...
static/sass/product/_detail.scss
View file @
7e44bee
...
...
@@ -493,7 +493,7 @@ $basicBtnC:#eb0313;
clear
:both
;
}
}
.cart-bar
{
.cart-bar
{
position
:
relative
;
box-sizing
:border-box
;
width
:
100%
;
...
...
template/m.yohobuy.com/actions/product/detail/index.phtml
View file @
7e44bee
...
...
@@ -238,7 +238,7 @@
{
{/list
}
}
</div>
</div>
<p
class=
"tips"
>提示
:
左滑查看完整表格信息</p>
<p
class=
"tips"
>提示
:
左滑查看完整表格信息</p>
</div>
{
{/detail
}
}
</div>
...
...
yohobuy/m.yohobuy.com/application/modules/Product/controllers/Detail.php
View file @
7e44bee
...
...
@@ -218,7 +218,7 @@ SHOE BQT KEN BLOCK',
),
'cartInfo'
=>
array
(
'numInCart'
=>
2
'numInCart'
=>
3
)
);
...
...
Please
register
or
login
to post a comment