|
|
@@ -134,7 +134,8 @@ $(document).ready(function() {
|
|
|
getJobList(function(data2) {
|
|
|
//获取当前页
|
|
|
var currentpage = 0;
|
|
|
- var searchid = $.zui.store.get("openid");;
|
|
|
+ var searchid = $.zui.store.get("openid");
|
|
|
+ $.zui.store.set("openid",null);
|
|
|
// $.cookie('the_cookie', null);
|
|
|
// alert(searchid);
|
|
|
if(searchid != null && searchid !=''){
|