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
c6bb4c47ac62832067cd11e0557a9c731898a600
1 parent
0023b9f8
提交
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
8 deletions
client/js/goods/partials/editor_recommend.js
server/interface/netSaleWq.js
client/js/goods/partials/editor_recommend.js
View file @
c6bb4c4
...
...
@@ -195,12 +195,7 @@ $(document).on("click","#dapeiTable .edit",function(){
// Bll.toast("添加搭配",item,"/netSale/updateCollocation");
});
// GOLABDATA.on("bianjiqi",function(){
// // return {
// // recommend:UMrecommender.getContent(),
// // productDesc:UMdescriptioner.getContent()
// // }
// });
/*封面设置*/
var
goodsImagesList
=
{};
...
...
@@ -274,6 +269,7 @@ GOLABDATA.on("fenmian",function(){
goodsImagesBoList
:[]
};
$
.
each
(
goodsImagesList
,
function
(
index
,
item
){
map
.
isDefault
=
item
.
isDefault
;
if
(
item
.
isDefault
==
"Y"
){
map
.
productSkc
=
item
.
productSkc
;
map
.
productSkn
=
item
.
productSkn
;
...
...
server/interface/netSaleWq.js
View file @
c6bb4c4
// exports.domain = require('../config/common.js').domain;
exports
.
domain
=
'http://172.16.6.227:808
3
/yohobuy-platform-web'
;
exports
.
domain
=
'http://172.16.6.227:808
4
/yohobuy-platform-web'
;
exports
.
res
=
[
//商品描述
{
...
...
@@ -71,11 +71,12 @@ exports.res = [
]
},
{
//单独维护封面信息
//http://172.16.6.227:8083/yohobuy-platform-web/product/manageProductImg
route
:
'/netSale/manageProductImg'
,
method
:
'POST'
,
url
:
'/product/manageProductImg'
,
params
:
[
{
name
:
'goodsImagesReq'
,
type
:
'
String
'
}
{
name
:
'goodsImagesReq'
,
type
:
'
Object
'
}
]
}
];
\ No newline at end of file
...
...
Please
register
or
login
to post a comment