...
|
...
|
@@ -268,7 +268,7 @@ webpackJsonp([13],[ |
|
|
function findDecoration(){
|
|
|
common.util.__ajax(
|
|
|
{
|
|
|
url:'/shop/ShopsDecoratorRest/findShopsDecoratorDetail',
|
|
|
url:'/shops-proxy/ShopsDecoratorRest/findShopsDecoratorDetail',
|
|
|
data: {
|
|
|
"shopsId": shopsId,
|
|
|
"platformType": 2
|
...
|
...
|
@@ -322,7 +322,7 @@ webpackJsonp([13],[ |
|
|
//Ajax查询店铺下销售类目
|
|
|
function findShopCategory() {
|
|
|
common.util.__ajax({
|
|
|
url:'/shops/shopCategory/categoryList',
|
|
|
url:'/shops-proxy/shopCategory/categoryList',
|
|
|
data: {
|
|
|
shopId: jsonMain.shopsId
|
|
|
}
|
...
|
...
|
@@ -336,7 +336,7 @@ webpackJsonp([13],[ |
|
|
//Ajax最新上架商品
|
|
|
function findTopNewProducts(){
|
|
|
common.util.__ajax({
|
|
|
url:'/shop/ShopsDecoratorRest/findNewProductList',
|
|
|
url:'/shops-proxy/ShopsDecoratorRest/findNewProductList',
|
|
|
data: {
|
|
|
"shopsId": jsonMain.shopsId,
|
|
|
"size": 20
|
...
|
...
|
@@ -350,7 +350,7 @@ webpackJsonp([13],[ |
|
|
//Ajax热销商品
|
|
|
function findTopHotProducts(){
|
|
|
common.util.__ajax({
|
|
|
url:'/shop/ShopsDecoratorRest/findHotProductList',
|
|
|
url:'/shops-proxy/ShopsDecoratorRest/findHotProductList',
|
|
|
data: {
|
|
|
"shopsId": jsonMain.shopsId,
|
|
|
"size": 20
|
...
|
...
|
@@ -364,7 +364,7 @@ webpackJsonp([13],[ |
|
|
//Ajax热销商品---APP
|
|
|
function findTopHotProducts_APP(){
|
|
|
common.util.__ajax({
|
|
|
url:'/shop/ShopsDecoratorRest/findHotProductList',
|
|
|
url:'/shops-proxy/ShopsDecoratorRest/findHotProductList',
|
|
|
data: {
|
|
|
"shopsId": jsonMain.shopsId,
|
|
|
"size": 20
|
...
|
...
|
@@ -379,7 +379,7 @@ webpackJsonp([13],[ |
|
|
function saveDecoration(submitStatus){
|
|
|
console.log(jsonMain);
|
|
|
common.util.__ajax({
|
|
|
url:'/shop/sellerDecoratorRest/saveShopsDecorator',
|
|
|
url:'/shops-proxy/sellerDecoratorRest/saveShopsDecorator',
|
|
|
data: {
|
|
|
"submitStatus": submitStatus,
|
|
|
"shopsId": jsonMain.shopsId,
|
...
|
...
|
@@ -1583,7 +1583,7 @@ webpackJsonp([13],[ |
|
|
common.util.__tip("请输入正确的 SKN", "warning");
|
|
|
return;
|
|
|
}
|
|
|
$.post('/shop/ShopsDecoratorRest/findProductBySKN',{ productSkn: skn, shopsId: shopsId }, function (resp) {
|
|
|
$.post('/shops-proxy/ShopsDecoratorRest/findProductBySKN',{ productSkn: skn, shopsId: shopsId }, function (resp) {
|
|
|
if (resp.code != 200) {
|
|
|
common.util.__tip(resp.message, "warning");
|
|
|
return;
|
...
|
...
|
|