...
|
...
|
@@ -121,7 +121,7 @@ var resourcesNew = { |
|
|
"data": [{"position":1, "name":"默认商品", "enName":"", "src":defaultSrc, "url":""}]
|
|
|
}
|
|
|
} //初始化装修信息json
|
|
|
var shopsId, _id, jsonMain, jsonClone;
|
|
|
var shopsId, jsonMain, jsonClone;
|
|
|
|
|
|
getParams();
|
|
|
findDecoration();
|
...
|
...
|
@@ -138,7 +138,6 @@ function getParams(){ |
|
|
shopsId = paramList[1];
|
|
|
shopType = paramList[2];
|
|
|
shopOperate = paramList[3];
|
|
|
_id = paramList[4];
|
|
|
}
|
|
|
if(shopOperate == 'editor'){
|
|
|
$(".moduleSubmite").show().siblings().hide();
|
...
|
...
|
@@ -353,7 +352,7 @@ function checkDecoration(checkStatus,comment){ |
|
|
common.util.__ajax({
|
|
|
url:'/shop/ShopsDecoratorRest/auditShopsDecorator',
|
|
|
data: {
|
|
|
"id": _id,
|
|
|
"shopsId": jsonMain.shopsId,
|
|
|
"checkStatus": checkStatus,
|
|
|
"comment": comment
|
|
|
}
|
...
|
...
|
@@ -367,7 +366,7 @@ function checkDecoration(checkStatus,comment){ |
|
|
common.util.__ajax({
|
|
|
url:'/shop/ShopsDecoratorRest/auditShopsDecorator',
|
|
|
data: {
|
|
|
"id": _id,
|
|
|
"shopsId": jsonMain.shopsId,
|
|
|
"checkStatus": checkStatus
|
|
|
}
|
|
|
},function(rs){
|
...
|
...
|
|