瀏覽代碼

优化注册流程

liujiankang 7 年之前
父節點
當前提交
2da223d867
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tooth/register-vip.html

+ 2 - 2
tooth/register-vip.html

@@ -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";
 												}
 											}