Commit ebe8929b authored by agping's avatar agping

1

parent 225187f3
...@@ -713,7 +713,7 @@ ...@@ -713,7 +713,7 @@
</span> </span>
<!--城市筛选--> <!--城市筛选-->
<select class="user_city_list" style="font-size: 14px;font-weight: 500;float: right;margin-top: 8px;"> <select class="user_city_list" style="font-size: 14px;font-weight: 500;float: right;margin-top: 8px;">
<option value="">选择城市</option> <!--<option value="">选择城市</option>-->
<option value="10001">上海市</option> <option value="10001">上海市</option>
<option value="10002">杭州市</option> <option value="10002">杭州市</option>
<option value="10003">深圳市</option> <option value="10003">深圳市</option>
......
...@@ -340,7 +340,7 @@ ...@@ -340,7 +340,7 @@
<div class="detail-modal-bargaininfo-main-right"> <div class="detail-modal-bargaininfo-main-right">
<span></span> <span></span>
<br /> <br />
<span>商铺号:</span><input class="form-control" id="bargaininfo_shop_num" /> <span>楼盘号:</span><input class="form-control" id="bargaininfo_shop_num" />
<input type="text" id="hide-input-value" style="opacity: 0;width: 6px;"/> <input type="text" id="hide-input-value" style="opacity: 0;width: 6px;"/>
<button type="button" class="copy-text-shop btn-info btn1">复制</button> <button type="button" class="copy-text-shop btn-info btn1">复制</button>
<br> <br>
......
...@@ -146,7 +146,8 @@ define(['doT', 'text!temp/user_model_template_tpl.html','css!style/home.css', 'c ...@@ -146,7 +146,8 @@ define(['doT', 'text!temp/user_model_template_tpl.html','css!style/home.css', 'c
$('.user_city_list').on('change', function(){ $('.user_city_list').on('change', function(){
user.pageNoUser=1; user.pageNoUser=1;
$('#caozuo_table2').html(''); $('#caozuo_table2').html('');
user.isExitsNew=0 user.isExitsNew=0;
user.isExitsNewInfo=1;//标识第一次进入
user.getGenjincon(); user.getGenjincon();
user.getUserLog(2); user.getUserLog(2);
}); });
...@@ -1481,9 +1482,9 @@ define(['doT', 'text!temp/user_model_template_tpl.html','css!style/home.css', 'c ...@@ -1481,9 +1482,9 @@ define(['doT', 'text!temp/user_model_template_tpl.html','css!style/home.css', 'c
}); });
}, },
getGenjincon: function() {//获取客户动态(客户详情) getGenjincon: function() {//获取客户动态(客户详情)
if(user.isExitsNew == 1){ if(user.isExitsNew == 1){//标识不是今天的跟进
user.getGenjincontwo(); user.getGenjincontwo();
}else{ }else{//今天的跟进
$('.is-show-more-followlog').show(); $('.is-show-more-followlog').show();
var user_info_obj = JSON.parse(decodeURIComponent(localStorage.getItem('pcUserInfo'))); //读取缓存 var user_info_obj = JSON.parse(decodeURIComponent(localStorage.getItem('pcUserInfo'))); //读取缓存
$.ajax({ $.ajax({
......
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