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
20e4b873
Commit
20e4b873
authored
Mar 11, 2016
by
vietdo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#19267 vtour対応
parent
c58e8881
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
abvw/common/js/common.js
+1
-1
abvw/js/contentview.js
+10
-6
No files found.
abvw/common/js/common.js
View file @
20e4b873
...
@@ -2395,7 +2395,7 @@ COMMON.SetStartLog = function(strContentId) {
...
@@ -2395,7 +2395,7 @@ COMMON.SetStartLog = function(strContentId) {
log
.
longitude
=
ClientData
.
longitude
();
log
.
longitude
=
ClientData
.
longitude
();
// PageLog 1ページ目セット(1レコードは必須)
// PageLog 1ページ目セット(1レコードは必須)
if
(
CONTENTVIEW_GENERAL
.
contentType
==
COMMON
.
ContentTypeKeys
.
Type_P
anoMovie
||
if
(
CONTENTVIEW_GENERAL
.
contentType
==
COMMON
.
ContentTypeKeys
.
Type_P
DF
||
CONTENTVIEW_GENERAL
.
contentType
==
COMMON
.
ContentTypeKeys
.
Type_NoFile
||
CONTENTVIEW_GENERAL
.
contentType
==
'panoImage'
){
CONTENTVIEW_GENERAL
.
contentType
==
COMMON
.
ContentTypeKeys
.
Type_NoFile
||
CONTENTVIEW_GENERAL
.
contentType
==
'panoImage'
){
var
pageLog
=
new
PageLogEntity
();
var
pageLog
=
new
PageLogEntity
();
pageLog
.
contentid
=
strContentId
;
pageLog
.
contentid
=
strContentId
;
...
...
abvw/js/contentview.js
View file @
20e4b873
...
@@ -6154,7 +6154,6 @@ CONTENTVIEW.resvCustomLog = function(param1,param2,param3,param4,param5){
...
@@ -6154,7 +6154,6 @@ CONTENTVIEW.resvCustomLog = function(param1,param2,param3,param4,param5){
};
};
CONTENTVIEW
.
panoLog
=
function
(
log
,
scheme
){
CONTENTVIEW
.
panoLog
=
function
(
log
,
scheme
){
console
.
log
(
"scheme:"
+
scheme
);
if
(
scheme
==
"abookdetaillog"
){
if
(
scheme
==
"abookdetaillog"
){
...
@@ -6163,7 +6162,11 @@ CONTENTVIEW.panoLog = function(log, scheme){
...
@@ -6163,7 +6162,11 @@ CONTENTVIEW.panoLog = function(log, scheme){
var
objectLog
=
new
ObjectLogEntity
();
var
objectLog
=
new
ObjectLogEntity
();
objectLog
.
contentid
=
CONTENTVIEW_GENERAL
.
contentID
;
objectLog
.
contentid
=
CONTENTVIEW_GENERAL
.
contentID
;
objectLog
.
actionDate
=
new
Date
();
objectLog
.
actionDate
=
new
Date
();
if
(
CONTENTVIEW_GENERAL
.
contentType
==
COMMON
.
ContentTypeKeys
.
Type_PanoMovie
){
objectLog
.
pageNo
=
"1"
;
objectLog
.
pageNo
=
"1"
;
}
else
{
objectLog
.
pageNo
=
panoObjectLog
.
pageNo
;
}
objectLog
.
objectId
=
panoObjectLog
.
objectId
;
objectLog
.
objectId
=
panoObjectLog
.
objectId
;
objectLog
.
resourceId
=
panoObjectLog
.
resourceId
;
objectLog
.
resourceId
=
panoObjectLog
.
resourceId
;
objectLog
.
mediaType
=
panoObjectLog
.
mediaType
;
objectLog
.
mediaType
=
panoObjectLog
.
mediaType
;
...
@@ -6193,7 +6196,8 @@ function receivePanoLog(e) {
...
@@ -6193,7 +6196,8 @@ function receivePanoLog(e) {
var
log
=
JSON
.
parse
(
e
.
data
);
var
log
=
JSON
.
parse
(
e
.
data
);
console
.
log
(
"log.scheme"
+
log
.
scheme
);
console
.
log
(
"log.scheme"
+
log
.
scheme
);
if
(
log
.
scheme
!=
undefined
){
if
(
log
.
hasOwnProperty
(
'scheme'
)){
CONTENTVIEW
.
panoLog
(
log
,
log
.
scheme
);
CONTENTVIEW
.
panoLog
(
log
,
log
.
scheme
);
}
else
{
}
else
{
...
@@ -6219,7 +6223,7 @@ CONTENTVIEW.panoContentLink = function(targetContentId, page){
...
@@ -6219,7 +6223,7 @@ CONTENTVIEW.panoContentLink = function(targetContentId, page){
//既存ログを送信する
//既存ログを送信する
COMMON
.
SetEndLog
(
CONTENTVIEW_GENERAL
.
contentID
);
COMMON
.
SetEndLog
(
CONTENTVIEW_GENERAL
.
contentID
);
COMMON
.
RegisterLog
();
COMMON
.
RegisterLog
();
console
.
log
(
"data.contentData.alertMessageLevel:"
+
data
.
contentData
.
alertMessageLevel
);
if
(
data
.
contentData
.
alertMessageLevel
){
if
(
data
.
contentData
.
alertMessageLevel
){
if
(
data
.
contentData
.
alertMessageLevel
==
CONTENTVIEW_CREATEOBJECT
.
alertMessageLevel
.
ShowAlert
){
if
(
data
.
contentData
.
alertMessageLevel
==
CONTENTVIEW_CREATEOBJECT
.
alertMessageLevel
.
ShowAlert
){
...
@@ -6269,8 +6273,8 @@ CONTENTVIEW.panoContentLink = function(targetContentId, page){
...
@@ -6269,8 +6273,8 @@ CONTENTVIEW.panoContentLink = function(targetContentId, page){
}
}
//Type 0
//Type 0
else
{
else
{
ClientData
.
common_preContentId
(
c
ontentId
);
ClientData
.
common_preContentId
(
targetC
ontentId
);
ClientData
.
common_prePageNo
(
page
No
);
ClientData
.
common_prePageNo
(
page
);
/* store old page */
/* store old page */
var
oldContent
=
{
oldContentID
:
CONTENTVIEW_GENERAL
.
contentID
,
oldPageIndex
:
CONTENTVIEW_GENERAL
.
panoPageNo
};
var
oldContent
=
{
oldContentID
:
CONTENTVIEW_GENERAL
.
contentID
,
oldPageIndex
:
CONTENTVIEW_GENERAL
.
panoPageNo
};
...
@@ -6278,7 +6282,7 @@ CONTENTVIEW.panoContentLink = function(targetContentId, page){
...
@@ -6278,7 +6282,7 @@ CONTENTVIEW.panoContentLink = function(targetContentId, page){
dataJump
.
push
(
oldContent
);
dataJump
.
push
(
oldContent
);
ClientData
.
JumpQueue
(
dataJump
);
ClientData
.
JumpQueue
(
dataJump
);
if
(
C
ONTENTVIEW_GENERAL
.
avwUserEnvObj
.
isMobile
()
&&
C
lientData
.
isGetitsMode
())
{
if
(
ClientData
.
isGetitsMode
())
{
AVWEB
.
avwScreenMove
(
COMMON
.
ScreenIds
.
ContentViewGetits
);
AVWEB
.
avwScreenMove
(
COMMON
.
ScreenIds
.
ContentViewGetits
);
}
else
{
}
else
{
CONTENTVIEW
.
screenMove
();
CONTENTVIEW
.
screenMove
();
...
...
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