Authored by dongjunjie

店铺装修bug

@@ -46,7 +46,11 @@ @@ -46,7 +46,11 @@
46 title:"店铺装修详情保存", 46 title:"店铺装修详情保存",
47 url:"/ShopsDecoratorRest/saveShopsDecorator", 47 url:"/ShopsDecoratorRest/saveShopsDecorator",
48 params:[ 48 params:[
49 - {name: 'shopsId', type: 'Number'} 49 + {name: 'shopsId', type: 'Number'},
  50 + {name: 'submitStatus', type: 'Number'},
  51 + {name: 'platform', type: 'String'},
  52 + {name: 'templateType', type: 'String'},
  53 + {name: 'resources', type: 'String'}
50 ] 54 ]
51 }, 55 },
52 56