浏览代码

feat: 增加存储用户userId

yangfeng 4 年之前
父节点
当前提交
c90ece5809
共有 1 个文件被更改,包括 2 次插入0 次删除
  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 () {