Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe
·
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
weiqingting
9 years ago
Commit
1a75486066aa21fe4a8a7025a27cff59a1daf39b
1 parent
3a6ddbf2
冲突提交
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
17 deletions
client/js/product/limit.js
server/staticConfig.js
client/js/product/limit.js
View file @
1a75486
...
...
@@ -75,7 +75,6 @@ var tableGird = new common.grid({
return
obj
;
},
<<<<<<<
HEAD
columns
:[
{
display
:
"名称"
,
...
...
@@ -93,22 +92,8 @@ var tableGird = new common.grid({
}
else
{
return
'-'
;
}
=======
columns
:
[{
display
:
"名称"
,
name
:
"productName"
},
{
display
:
"热门排序"
,
name
:
"hotSort"
,
render
:
function
(
item
)
{
if
(
item
.
hotFlag
)
{
return
(
'<input class="order-input width50" data-id="'
+
item
.
id
+
'" data-type="orderBy" type="text" value="'
+
item
.
orderBy
+
'"/>'
);
}
else
{
return
'-'
;
>>>>>>>
ab68be0c67e4456aa77357afd5d64fc8218d2b69
}
}
},
{
},
{
display
:
"未发售排序"
,
name
:
"notSaleSort"
,
render
:
function
(
item
)
{
...
...
server/staticConfig.js
View file @
1a75486
exports
.
staticDir
=
{
"test"
:{
"path"
:
"/dist"
},
"preview"
:
{
"path"
:
"http://cdn.yoho.cn/yohobuy-portal/0.2.0"
,
"md5"
:
""
},
"production"
:
{
"path"
:
"http://cdn.yoho.cn/yohobuy-portal/0.2.0"
,
"md5"
:
""
}}
\ No newline at end of file
exports
.
staticDir
=
{
"test"
:{
"path"
:
"/dist"
},
"preview"
:
{
"path"
:
"http://cdn.yoho.cn/yohobuy-portal/0.2.1"
,
"md5"
:
""
},
"production"
:
{
"path"
:
"http://cdn.yoho.cn/yohobuy-portal/0.2.1"
,
"md5"
:
""
}}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment