...
|
...
|
@@ -264,7 +264,7 @@ function getDialogOption(title) { |
|
|
function findDecoration(){
|
|
|
common.util.__ajax(
|
|
|
{
|
|
|
url:'/shop/ShopsDecoratorRest/findShopsDecoratorDetail',
|
|
|
url:'/shops-proxy/ShopsDecoratorRest/findShopsDecoratorDetail',
|
|
|
data: {
|
|
|
"shopsId": shopsId,
|
|
|
"platformType": 2
|
...
|
...
|
@@ -318,7 +318,7 @@ function findDecoration(){ |
|
|
//Ajax查询店铺下销售类目
|
|
|
function findShopCategory() {
|
|
|
common.util.__ajax({
|
|
|
url:'/shops/shopCategory/categoryList',
|
|
|
url:'/shops-proxy/shopCategory/categoryList',
|
|
|
data: {
|
|
|
shopId: jsonMain.shopsId
|
|
|
}
|
...
|
...
|
@@ -375,7 +375,7 @@ function findTopHotProducts_APP(){ |
|
|
function saveDecoration(submitStatus){
|
|
|
console.log(jsonMain);
|
|
|
common.util.__ajax({
|
|
|
url:'/shop/sellerDecoratorRest/saveShopsDecorator',
|
|
|
url:'/shops-proxy/sellerDecoratorRest/saveShopsDecorator',
|
|
|
data: {
|
|
|
"submitStatus": submitStatus,
|
|
|
"shopsId": jsonMain.shopsId,
|
...
|
...
|
|