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
0240b31f
Commit
0240b31f
authored
Jul 18, 2019
by
txy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'强关二维码'
parent
a8a89b73
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
common.js
showPhotos/js/page/common.js
+10
-3
No files found.
showPhotos/js/page/common.js
View file @
0240b31f
...
...
@@ -106,9 +106,16 @@ function loadHtmlJson() {
// 关注弹出框
function
appendAttentionDialog
()
{
// var orgId = getQueryString("orgId");
var
bindId
=
getQueryString
(
"bindId"
);
var
orgQrCode
=
''
;
// var orgInfo = orgIdFn(orgId);
// var orgName = orgInfo !== null ? orgInfo.orgName : '';
for
(
var
k
=
0
;
k
<
rules
.
acActivityOrgs
.
length
;
k
++
){
if
(
rules
.
acActivityOrgs
[
k
].
id
==
bindId
){
orgQrCode
=
rules
.
acActivityOrgs
[
k
].
qrCodeUrl
break
;
}
}
var
str
=
'<section id="html-container-attention" style="display: none;">'
+
'<div>'
+
...
...
@@ -118,10 +125,10 @@ var str = '<section id="html-container-attention" style="display: none;">'+
'<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">'
+
'<img src="
'
+
orgQrCode
+
'
" class="header-pic">'
+
'</div>'
+
'<div class="modal-body">'
+
'<p class="struct">长按关注后继续活动</p>'
+
'<p class="struct">长按关注
'
+
orgName
+
'
后继续活动</p>'
+
'<div>'
+
'<img src="http://qnfile.icareyou.net/55c7553ba1a44465be91c57d19a69d3e1562894997132.jpg" alt="" style="width: 100%;">'
+
'</div>'
+
...
...
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