|
|
@@ -13,7 +13,6 @@ Couple.Bind=function () {
|
|
|
var informationtcreateItem = $(".informationtcreateItem")[0]//创建项目按钮
|
|
|
// userName.innerText = document.URL.split('?')[1].split("=")[1];
|
|
|
userName.innerText = U.UF.Cookie.get("usestudiosso","username")[0];
|
|
|
-
|
|
|
window.onscroll = function(){
|
|
|
var scrollTop = document.documentElement.scrollTop;
|
|
|
if(scrollTop>=1){
|
|
|
@@ -337,7 +336,7 @@ Couple.getMembersRow = function(h,i){//创建表格下的用户数据库循环
|
|
|
Couple.logout=function(){//退出
|
|
|
U.UF.CD.loadAjaxCrossDomain(function(){
|
|
|
U.A.Request(US.AUTH, ["UserOffline", U.UF.Cookie.get("usestudiosso","userid")[0]],function(r){
|
|
|
-
|
|
|
+ U.UF.Cookie.del("usestudiosso")
|
|
|
window.location.href="http://couple.1473.cn/login.html";
|
|
|
});
|
|
|
});
|