Commit 6f90c08a authored by agping's avatar agping

bug

parent 1c92adf4
......@@ -472,7 +472,9 @@ define(['doT', 'text!temp/house_template_tpl.html', 'css!style/home.css', 'ckfin
type: 'GET',
url: '/index/getBroker_new',
data: {
'phone': $.trim(_this.val())
'phone': $.trim(_this.val()),
'site_id': user_info_obj.site_id
},
timeout: 30000,
dataType: 'json',
......@@ -994,7 +996,9 @@ define(['doT', 'text!temp/house_template_tpl.html', 'css!style/home.css', 'ckfin
type: "GET",
url: '/index/getBroker_new',
data: {
'phone': phone
'phone': phone,
'site_id': user_info_obj.site_id
},
timeout: 10000,
dataType: "json",
......
......@@ -16,7 +16,7 @@
<td>[%= it[item]['scale'] %]%</td>
<td>[%= it[item]['scale_fee'] %]</td>
<td>[%= it[item]['practical_fee'] %]</td>
<td>[%= it[item]['practical_fee'] %]</td>
<td>[%= it[item]['price'] %]</td>
<td>
[% if(it[item]["father_id"] == 0 || it[item]["father_id"] == "0") { %]
<a class="btn1 btn-success details-btn" href="#modal_detail" data-toggle="modal" data-id='[%= it[item]["id"] %]'>详情</a>
......
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