Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
h5_activity
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
谭新宇
h5_activity
Commits
6d0a65ef
Commit
6d0a65ef
authored
Jul 11, 2019
by
胡畅
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
http://gitlab.icaremgt.com/tanxinyu/h5_activity
into develop
parents
8d9a9c11
b0ea8a35
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
2 deletions
+32
-2
qr-code-prod.jpg
showPhotos/images/qr-code-prod.jpg
+0
-0
index.html
showPhotos/index.html
+30
-0
common.js
showPhotos/js/page/common.js
+2
-2
No files found.
showPhotos/images/qr-code-prod.jpg
0 → 100644
View file @
6d0a65ef
37.7 KB
showPhotos/index.html
View file @
6d0a65ef
...
@@ -43,6 +43,36 @@
...
@@ -43,6 +43,36 @@
<!-- th:text="${page}" -->
<!-- th:text="${page}" -->
<body>
<body>
<section
id=
"html-container-attention"
style=
""
>
<div>
<div
class=
"c-modal-wrap"
>
<div
class=
"mshe-mask"
></div>
<div
class=
"c-modal"
>
<div
class=
"modal-dialog"
>
<div
c_type=
"dialog"
c_typename=
"dialog_playerVote1"
class=
"modal-content"
style=
"background: rgb(255, 255, 255);"
>
<div
class=
"modal-header"
>
<img
src=
"http://qnfile.icareyou.net/363a344aa7424d219a5fc86eff7265751561343712294.jpg"
class=
"header-pic"
>
</div>
<div
class=
"modal-body"
>
<div>
<img
src=
"./images/qr-code-prod.jpg"
alt=
""
style=
"width: 100%;"
>
</div>
<a
href=
"javascript:;"
class=
"goon-vote"
>
<img
src=
"http://qnfile.icareyou.net/b495c42fc4f94a25a9c681f06b984e131561343752810.jpg"
>
</a>
<a
href=
"javascript:;"
class=
"goon-vote"
>
<img
src=
"http://qnfile.icareyou.net/ac0cc587263c4656b535c1c8801a94be1561343770180.jpg"
>
</a>
</div>
<div
class=
"modal-close"
>
<img
src=
"http://qnfile.icareyou.net/ddae57885c424abdb13d37c78038c6a01561343787282.jpg"
>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</body>
</body>
<script
type=
"text/javascript"
src=
"https://space-api.check.icaremgt.com/ACTIVITY/gitlab-static?url=http://gitlab.icaremgt.com/tanxinyu/h5_activity/raw/master/showPhotos/js/page/common.js"
></script>
<script
type=
"text/javascript"
src=
"https://space-api.check.icaremgt.com/ACTIVITY/gitlab-static?url=http://gitlab.icaremgt.com/tanxinyu/h5_activity/raw/master/showPhotos/js/page/common.js"
></script>
<script
type=
"text/javascript"
src=
"https://space-api.check.icaremgt.com/ACTIVITY/gitlab-static?url=http://gitlab.icaremgt.com/tanxinyu/h5_activity/raw/master/showPhotos/js/page/index.js"
></script>
<script
type=
"text/javascript"
src=
"https://space-api.check.icaremgt.com/ACTIVITY/gitlab-static?url=http://gitlab.icaremgt.com/tanxinyu/h5_activity/raw/master/showPhotos/js/page/index.js"
></script>
...
...
showPhotos/js/page/common.js
View file @
6d0a65ef
...
@@ -39,9 +39,9 @@ function transPage(_pageNumber, _activityCode, _token, _addParam) {
...
@@ -39,9 +39,9 @@ function transPage(_pageNumber, _activityCode, _token, _addParam) {
var
_urlParam
=
location
.
search
;
var
_urlParam
=
location
.
search
;
if
(
typeof
_urlParam
!==
'undefined'
&&
_urlParam
!==
''
)
{
if
(
typeof
_urlParam
!==
'undefined'
&&
_urlParam
!==
''
)
{
url
=
"/ACTIVITY/view/"
+
_
pageNumber
+
"/"
+
_activityCode
+
_urlParam
+
(
_addParam
!==
undefined
?
(
'&'
+
_addParam
)
:
''
);
url
=
"/ACTIVITY/view/"
+
_
activityCode
+
"/"
+
_pageNumber
+
_urlParam
+
(
_addParam
!==
undefined
?
(
'&'
+
_addParam
)
:
''
);
}
else
{
}
else
{
url
=
"/ACTIVITY/view/"
+
_
pageNumber
+
"/"
+
_activityCode
+
(
_addParam
!==
undefined
?
(
'?'
+
_addParam
)
:
''
);
url
=
"/ACTIVITY/view/"
+
_
activityCode
+
"/"
+
_pageNumber
+
(
_addParam
!==
undefined
?
(
'?'
+
_addParam
)
:
''
);
}
}
var
_form
=
document
.
createElement
(
'form'
);
var
_form
=
document
.
createElement
(
'form'
);
...
...
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