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
Email Patches
Plain Diff
Browse Files
Authored by
陈峰
8 years ago
Commit
2b7dff2679d08e792429f8a1539cd885b86bdd08
1 parent
b9dbfc49
套餐优化样式
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
1 deletions
apps/product/models/bundle.js
apps/product/views/action/bundle/detail.hbs
public/scss/product/bundle/_detail.css
public/scss/product/detail/_bundle.css
apps/product/models/bundle.js
View file @
2b7dff2
...
...
@@ -39,7 +39,7 @@ const detail = (params, isApp) => {
return
{
bundleDatas
:
_
.
map
(
result
.
data
,
(
bundle
,
index
)
=>
{
let
query
=
{
skn
:
params
.
skn
,
productId
:
params
.
productId
,
index
:
index
+
1
};
let
query
=
{
bundle_skn
:
params
.
skn
||
params
.
bundle_
skn
,
productId
:
params
.
productId
,
index
:
index
+
1
};
if
(
isApp
)
{
query
.
app_version
=
isApp
;
...
...
apps/product/views/action/bundle/detail.hbs
View file @
2b7dff2
...
...
@@ -53,4 +53,5 @@
<input
type=
"hidden"
id=
"shareTitle"
value=
"
{{
title
}}
"
>
<input
type=
"hidden"
id=
"shareUrl"
value=
"
{{
url
}}
"
>
{{/
shareInfo
}}
<input
type=
"hidden"
id=
"no-download"
value=
"1"
>
</div>
\ No newline at end of file
...
...
public/scss/product/bundle/_detail.css
View file @
2b7dff2
...
...
@@ -10,6 +10,7 @@
border-bottom
:
solid
1
PX
#ddd
;
overflow
:
hidden
;
background-color
:
#fff
;
box-sizing
:
content-box
;
&.any
{
padding
:
0
;
...
...
public/scss/product/detail/_bundle.css
View file @
2b7dff2
...
...
@@ -108,6 +108,7 @@
color
:
#b0b0b0
;
width
:
30px
!important
;
height
:
40px
;
text-align
:
center
;
}
.plus-0
{
...
...
Please
register
or
login
to post a comment