Browse Source

feat: 增加存储用户userId

yangfeng 4 năm trước cách đây
mục cha
commit
c90ece5809
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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 () {