Browse Source

feat:提交

fuwencai 1 year ago
parent
commit
a1622cdd29
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/jfw/modules/app/src/web/staticres/jyapp/js/common.js

+ 1 - 1
src/jfw/modules/app/src/web/staticres/jyapp/js/common.js

@@ -1636,7 +1636,7 @@ function loginSuccess (result, loginType) {
     })
   }
   //判断是否需要跳过设置密码和兴趣爱好
-  var isPass =  getParam("activity")!==""
+  var isPass =  getParam("activity")
   // 当前为新用户(即注册)--跳转设置密码页
    if(!isPass&&result.userInfo && result.userInfo.isNewUser) {
      var href ="/jyapp/free/setPwd";