|
@@ -300,13 +300,13 @@
|
|
|
if(userIdentity == 1){//会员
|
|
|
if(isFocusOn == 1 || isFocusOn == 0){//未关注
|
|
|
location.href="member-follow-me.html";
|
|
|
- }else{//以关注
|
|
|
+ }else{//已关注
|
|
|
location.href="welfare-service.html";
|
|
|
}
|
|
|
}else{//非会员
|
|
|
if(isFocusOn == 1 || isFocusOn == 0){//未关注
|
|
|
location.href="follow-me.html";
|
|
|
- }else{//以关注
|
|
|
+ }else{//已关注
|
|
|
location.href="welfare-service.html";
|
|
|
}
|
|
|
}
|