Commit ac7e587d authored by zw's avatar zw

Merge branch 'test'

parents 43df5aa7 94de1030
......@@ -201,7 +201,7 @@
margin-top: 0.3rem;
}
.b4_font2{
width: 92%;
width: 100%;
font-size: 0.28rem;
color: #999999;
float: left;
......
......@@ -155,7 +155,7 @@ define(['doT', 'text!temp/house_template_tpl.html', 'css!style/home.css', 'ckfin
if(p_store_id == null){
p_store_id = '';
}
var _shopLink='https://www.tonglianjituan.com/shop_link.html?' + 'p_district_id' + '=' + p_district_id + '&' + 'p_store_id' + '=' + p_store_id + '&' + 'p_agent_id' + '=' + p_agent_id + '&' + 'type' + '=' + (type == -1 ? 1 : type) + '&' + 'city' + '=' + escape(city==""?'上海市':city);
var _shopLink='https://www.tonglianjituan.com/shop_link.html?' + 'p_district_id' + '=' + p_district_id + '&' + 'p_store_id' + '=' + p_store_id + '&' + 'p_agent_id' + '=' + p_agent_id + '&' + 'type' + '=' + (type == -1 ? 1 : type) + '&' + 'city' + '=' + encodeURIComponent(city==""?'上海市':city);
if(p_district_id || p_store_id || p_agent_id){
$('#link_content').html(_shopLink);
}else{
......
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