Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
check
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abook_web
check
Commits
d019ff19
You need to sign in or sign up before continuing.
Commit
d019ff19
authored
Jun 04, 2018
by
tsushima
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#28512 【Biz 1.8.5/ABook360】Vツアーへのコンテンツ間リンクでシーン指定が正しく動作しない
parent
58a759b7
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
abvw/common/json/sys/conf.json
+3
-3
abvw/js/contentview.js
+3
-1
abvw/js/contentview_GetData.js
+1
-0
No files found.
abvw/common/json/sys/conf.json
View file @
d019ff19
{
"apiUrl"
:
"https://web
5
.abook.bz/acms/{0}/abvapi"
,
"apiLoginUrl"
:
"https://web
5
.abook.bz/acms/nuabvapi"
,
"apiResourceDlUrl"
:
"https://web
5
.abook.bz/acms/{0}/dl"
,
"apiUrl"
:
"https://web
180
.abook.bz/acms/{0}/abvapi"
,
"apiLoginUrl"
:
"https://web
180
.abook.bz/acms/nuabvapi"
,
"apiResourceDlUrl"
:
"https://web
180
.abook.bz/acms/{0}/dl"
,
"bookShelfCount"
:
15
,
"bookListCount"
:
15
,
"screenlockTimeDefault"
:
30
,
...
...
abvw/js/contentview.js
View file @
d019ff19
/// コンテンツ詳細画面
/// コンテンツ詳細画面
//名前空間用のオブジェクトを用意する
var
CONTENTVIEW
=
{};
...
...
@@ -2203,6 +2203,8 @@ CONTENTVIEW.displayOverlayForSpecifyContentType = function( resourceUrl ){
var
oldPageNo
=
CONTENTVIEW
.
panoOldContent
();
if
(
oldPageNo
!=
null
){
linkUrlTmp
=
linkUrlTmp
.
substring
(
0
,
linkUrlTmp
.
length
-
6
)
+
"shop/vtour/play/"
+
CONTENTVIEW_GENERAL
.
contentID
+
"/"
+
"?startscene=scene"
+
oldPageNo
+
"&a=1"
;
}
else
if
(
CONTENTVIEW_GENERAL
.
prePageNo
)
{
linkUrlTmp
=
linkUrlTmp
.
substring
(
0
,
linkUrlTmp
.
length
-
6
)
+
"shop/vtour/play/"
+
CONTENTVIEW_GENERAL
.
contentID
+
"/"
+
"?startscene=scene"
+
CONTENTVIEW_GENERAL
.
prePageNo
+
"&a=1"
;
}
else
{
linkUrlTmp
=
linkUrlTmp
.
substring
(
0
,
linkUrlTmp
.
length
-
6
)
+
"shop/vtour/play/"
+
CONTENTVIEW_GENERAL
.
contentID
+
"/"
;
}
...
...
abvw/js/contentview_GetData.js
View file @
d019ff19
...
...
@@ -1198,6 +1198,7 @@ CONTENTVIEW_GETDATA.getContentID = function() {
if
(
ClientData
.
common_preContentId
())
{
CONTENTVIEW_GENERAL
.
contentID
=
ClientData
.
common_preContentId
();
ClientData
.
common_preContentId
(
null
);
CONTENTVIEW_GENERAL
.
prePageNo
=
ClientData
.
common_prePageNo
();
}
else
if
(
ClientData
.
IsJumpBack
()
==
true
)
{
var
dataJump
=
ClientData
.
JumpQueue
();
CONTENTVIEW_GENERAL
.
contentID
=
dataJump
[
dataJump
.
length
-
1
].
oldContentID
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment