Browse Source

feat: 增加存储用户userId

yangfeng 4 years ago
parent
commit
c90ece5809
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/web/templates/common/pcbottom.html

+ 2 - 0
src/web/templates/common/pcbottom.html

@@ -462,6 +462,8 @@
                     ajaxUserInfo[v] = r[v]
                 }
             })
+            // 存储userId 大会员中标预测历史记录要用到
+            localStorage.setItem('BIGMEMBER_PC', r.userId)
         }
         setConfig()
     }).fail(function () {