Browse Source

产权交易

RongCheng
庞东旭 2 years ago
parent
commit
530ffe21ea
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      static/js/project/demand/demand.js

+ 7
- 1
static/js/project/demand/demand.js View File

@@ -182,7 +182,13 @@ define(['jquery', "template", "Tools", "demandApi", "paging", 'swiper'], functio
} }
} }
goUserDemand = function () { goUserDemand = function () {
tools.skip('../user/user.html?type=goDemand')
if(tools.getCookie('Admin-Token')){
tools.skip('../user/user.html?type=goDemand')
}else{
tools.initDialog('登陆提示', '登陆后可参与发布,是否登录?', function () {
tools.skip('../login/login.html')
}, '登录', function () { }, "取消")
}
} }
return module; return module;
}); });

Loading…
Cancel
Save