Commit bccb4a55 by Masaru Abe

#15231 【pana】WEB版でパスワード付きコンテンツをカスタムURI起動から表示すると正しく表示されない

parent d8aa4ec2
...@@ -124,6 +124,9 @@ LIMIT_ACCESS_CONTENT.checkLimitContent = function(contentId, funcOk, funcCancel, ...@@ -124,6 +124,9 @@ LIMIT_ACCESS_CONTENT.checkLimitContent = function(contentId, funcOk, funcCancel,
// update sid id // update sid id
ClientData.userInfo_sid(data.sid); ClientData.userInfo_sid(data.sid);
ClientData.userInfo_sid_local(data.sid);
//バックアップにも保持
ClientData.userInfo_sid_local_bak(data.sid);
if (isNotUnlockScreen != 1) { if (isNotUnlockScreen != 1) {
COMMON.unlockLayout(); COMMON.unlockLayout();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment