Commit fb7ffe38 authored by xishifeng's avatar xishifeng

补充修改

parent 5ec65387
......@@ -218,7 +218,7 @@
<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/customerinfo_details_new.js?new68"></script>
<script src="/app/js/customerinfo_details_new.js?new69"></script>
</body>
......
......@@ -16,18 +16,6 @@ bargain 成交报告
$(function(){
$(document.body).show();
if(_token !== null) {
h5PageC(_token, function(data) {
if(Number(localStorage.getItem('userid'))){
loadMain();
}else{
layerTipsX('登录信息有误,请重新登录');
}
});
} else {
layerTipsX('参数错误,请重新登录');
};
if(_token !== null) {
h5PageC(_token, function(data) {
......
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