Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
Plain Diff
Browse Files
Authored by
周少峰
2017-06-06 16:15:28 +0800
Commit
bb7e530abe0cb34e001f9156730b1e1f6680b1c0
2 parents
b2386a99
591bf4f9
Merge branch 'master' into feature/sitemap
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
51 additions
and
51 deletions
apps/product/controllers/list.js
apps/product/controllers/search.js
apps/service/views/action/help/limitcode-colsize.hbs
apps/product/controllers/list.js
View file @
bb7e530
...
...
@@ -228,7 +228,7 @@ const category = (req, res, next) => {
type
:
'default'
,
order
:
'0'
,
page
:
1
,
limit
:
24
,
limit
:
12
,
isApp
:
params
.
app_version
},
params
);
...
...
apps/product/controllers/search.js
View file @
bb7e530
...
...
@@ -48,7 +48,7 @@ const list = (req, res, next) => {
type
:
'default'
,
order
:
'0'
,
page
:
1
,
limit
:
24
limit
:
12
},
params
);
if
(
uid
)
{
...
...
apps/service/views/action/help/limitcode-colsize.hbs
View file @
bb7e530
{{!-- APP 限购码选择颜色和尺寸 --}}
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<title>
限购码选择颜色和尺寸
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
>
<meta
http-equiv=
"cleartype"
content=
"on"
>
<meta
content=
"telephone=no"
name=
"format-detection"
/>
<script
type=
"text/javascript"
>
(
function
(
doc
,
win
)
{
var
docEl
=
doc
.
documentElement
;
(
function
()
{
var
clientWidth
=
docEl
.
clientWidth
;
if
(
!
clientWidth
)
{
return
;
}
docEl
.
style
.
fontSize
=
20
*
(
clientWidth
/
320
)
+
'px'
;
}());
})(
document
,
window
);
</script>
<style>
html
,
body
{
margin
:
0
;
padding
:
0
;
font-family
:
helvetica
,
Arial
,
"黑体"
;
}
.container
{
width
:
100%
;
padding
:
0.6rem
;
background-color
:
#fff
;
box-sizing
:
border-box
;
}
p
{
font-size
:
0.75rem
;
color
:
#444
;
line-height
:
1.2rem
;
}
</style>
</head>
<body>
<div
class=
"container"
>
<p>
1.部分活动可在限定商品详情页选择颜色和尺码。
</p>
<p>
2.已选择的颜色尺码在活动结束前都可修改。
</p>
<p>
3.排队活动结束后,不管中没中奖都不可修改颜色和尺码。
</p>
<p>
4.如排队中奖或者分享获得限购码,将会匹配到之前选择的颜色和尺寸,仅可购买选中的颜色和尺码,不可跟换其他。
</p>
</div>
</body>
</html>
\ No newline at end of file
{{!-- APP 限购码选择颜色和尺寸 --}}
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<title>
限购码选择颜色和尺寸
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
>
<meta
http-equiv=
"cleartype"
content=
"on"
>
<meta
content=
"telephone=no"
name=
"format-detection"
/>
<script
type=
"text/javascript"
>
(
function
(
doc
,
win
)
{
var
docEl
=
doc
.
documentElement
;
(
function
()
{
var
clientWidth
=
docEl
.
clientWidth
;
if
(
!
clientWidth
)
{
return
;
}
docEl
.
style
.
fontSize
=
20
*
(
clientWidth
/
320
)
+
'px'
;
}());
})(
document
,
window
);
</script>
<style>
html
,
body
{
margin
:
0
;
padding
:
0
;
font-family
:
helvetica
,
Arial
,
"黑体"
;
}
.container
{
width
:
100%
;
padding
:
0.6rem
;
background-color
:
#fff
;
box-sizing
:
border-box
;
}
p
{
font-size
:
0.75rem
;
color
:
#444
;
line-height
:
1.2rem
;
}
</style>
</head>
<body>
<div
class=
"container"
id=
"no-download"
>
<p>
1.部分活动可在限定商品详情页选择颜色和尺码。
</p>
<p>
2.已选择的颜色尺码在活动结束前都可修改。
</p>
<p>
3.排队活动结束后,不管中没中奖都不可修改颜色和尺码。
</p>
<p>
4.如排队中奖或者分享获得限购码,将会匹配到之前选择的颜色和尺寸,仅可购买选中的颜色和尺码,不可更换其他。
</p>
</div>
</body>
</html>
...
...
Please
register
or
login
to post a comment