Commit 2928e4d5 authored by xishifeng's avatar xishifeng

商铺详情修改2

parent dc9ea307
...@@ -1136,6 +1136,11 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function ...@@ -1136,6 +1136,11 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
_data['id'] = _id; _data['id'] = _id;
_data['upload_id'] = _objThis.upload_id; _data['upload_id'] = _objThis.upload_id;
}; };
//当为委托转铺新增时,需要传这两个参数
if(_source) {
_data['source'] = _source;
_data['sublet_id'] = _sublet_id;
};
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: '/index/houseEdit', url: '/index/houseEdit',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment