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
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
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
+8
-5
abvw/common/json/sys/conf.json
+3
-3
abvw/js/contentview.js
+4
-2
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"
,
"apiUrl"
:
"https://web
180
.abook.bz/acms/{0}/abvapi"
,
"apiLoginUrl"
:
"https://web
5
.abook.bz/acms/nuabvapi"
,
"apiLoginUrl"
:
"https://web
180
.abook.bz/acms/nuabvapi"
,
"apiResourceDlUrl"
:
"https://web
5
.abook.bz/acms/{0}/dl"
,
"apiResourceDlUrl"
:
"https://web
180
.abook.bz/acms/{0}/dl"
,
"bookShelfCount"
:
15
,
"bookShelfCount"
:
15
,
"bookListCount"
:
15
,
"bookListCount"
:
15
,
"screenlockTimeDefault"
:
30
,
"screenlockTimeDefault"
:
30
,
...
...
abvw/js/contentview.js
View file @
d019ff19
/// コンテンツ詳細画面
/// コンテンツ詳細画面
//名前空間用のオブジェクトを用意する
//名前空間用のオブジェクトを用意する
var
CONTENTVIEW
=
{};
var
CONTENTVIEW
=
{};
...
@@ -2203,9 +2203,11 @@ CONTENTVIEW.displayOverlayForSpecifyContentType = function( resourceUrl ){
...
@@ -2203,9 +2203,11 @@ CONTENTVIEW.displayOverlayForSpecifyContentType = function( resourceUrl ){
var
oldPageNo
=
CONTENTVIEW
.
panoOldContent
();
var
oldPageNo
=
CONTENTVIEW
.
panoOldContent
();
if
(
oldPageNo
!=
null
){
if
(
oldPageNo
!=
null
){
linkUrlTmp
=
linkUrlTmp
.
substring
(
0
,
linkUrlTmp
.
length
-
6
)
+
"shop/vtour/play/"
+
CONTENTVIEW_GENERAL
.
contentID
+
"/"
+
"?startscene=scene"
+
oldPageNo
+
"&a=1"
;
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
{
}
else
{
linkUrlTmp
=
linkUrlTmp
.
substring
(
0
,
linkUrlTmp
.
length
-
6
)
+
"shop/vtour/play/"
+
CONTENTVIEW_GENERAL
.
contentID
+
"/"
;
linkUrlTmp
=
linkUrlTmp
.
substring
(
0
,
linkUrlTmp
.
length
-
6
)
+
"shop/vtour/play/"
+
CONTENTVIEW_GENERAL
.
contentID
+
"/"
;
}
}
CONTENTVIEW
.
createSessionForPanoramaContent
(
apiUrl
,
function
(){
CONTENTVIEW
.
createSessionForPanoramaContent
(
apiUrl
,
function
(){
CONTENTVIEW
.
handleForContentTypePanoImage
(
linkUrlTmp
);
CONTENTVIEW
.
handleForContentTypePanoImage
(
linkUrlTmp
);
...
...
abvw/js/contentview_GetData.js
View file @
d019ff19
...
@@ -1198,6 +1198,7 @@ CONTENTVIEW_GETDATA.getContentID = function() {
...
@@ -1198,6 +1198,7 @@ CONTENTVIEW_GETDATA.getContentID = function() {
if
(
ClientData
.
common_preContentId
())
{
if
(
ClientData
.
common_preContentId
())
{
CONTENTVIEW_GENERAL
.
contentID
=
ClientData
.
common_preContentId
();
CONTENTVIEW_GENERAL
.
contentID
=
ClientData
.
common_preContentId
();
ClientData
.
common_preContentId
(
null
);
ClientData
.
common_preContentId
(
null
);
CONTENTVIEW_GENERAL
.
prePageNo
=
ClientData
.
common_prePageNo
();
}
else
if
(
ClientData
.
IsJumpBack
()
==
true
)
{
}
else
if
(
ClientData
.
IsJumpBack
()
==
true
)
{
var
dataJump
=
ClientData
.
JumpQueue
();
var
dataJump
=
ClientData
.
JumpQueue
();
CONTENTVIEW_GENERAL
.
contentID
=
dataJump
[
dataJump
.
length
-
1
].
oldContentID
;
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