浏览代码

调整注册

Lijy 2 年之前
父节点
当前提交
ebac025e50
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      fhKeeper/formulahousekeeper/inva_4_tivo/index.html

+ 3 - 2
fhKeeper/formulahousekeeper/inva_4_tivo/index.html

@@ -771,8 +771,9 @@
 
         function check(){
             let str = window.location.href
-            if(str.indexOf('360') > 1) {
-                $('#tilA').attr('href', 'http://worktime.ttkuaiban.com/#/register?from=360')
+            if(str.indexOf('from') > 1) {
+				let strUrl = window.location.href.split('?')[1]
+                $('#tilA').attr('href', `http://worktime.ttkuaiban.com/#/register?${strUrl}`)
             } else {
                 $('#tilA').attr('href', 'http://worktime.ttkuaiban.com/#/register')
             }