Commit 7235d324 authored by xishifeng's avatar xishifeng

客户详情修改

parent 1902ca9b
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
top: 0; top: 0;
bottom: 0; bottom: 0;
right: .66rem; right: .66rem;
display: block; display: none;
width: .88rem; width: .88rem;
height: .88rem; height: .88rem;
} }
...@@ -217,7 +217,7 @@ ...@@ -217,7 +217,7 @@
<script type="text/javascript" src="/app/js/jquery-1122-min.js"></script> <script type="text/javascript" src="/app/js/jquery-1122-min.js"></script>
<script src="/app/js/common.js?new42" charset="utf-8"></script> <script src="/app/js/common.js?new42" charset="utf-8"></script>
<script src="/app/js/customerinfo_details_new.js?new60"></script> <script src="/app/js/customerinfo_details_new.js?new61"></script>
</body> </body>
......
...@@ -233,7 +233,9 @@ function loadMain(){ ...@@ -233,7 +233,9 @@ function loadMain(){
} }
}); });
}); });
};
//发送消息没有权限控制
$('#return_btn').show().click(function(e){ $('#return_btn').show().click(function(e){
e.preventDefault(); e.preventDefault();
e.stopPropagation(); e.stopPropagation();
...@@ -259,7 +261,6 @@ function loadMain(){ ...@@ -259,7 +261,6 @@ function loadMain(){
} }
}); });
}); });
};
//动态详情列表 //动态详情列表
function dealSp(obj){ function dealSp(obj){
......
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