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
a66b3b25
Commit
a66b3b25
authored
Dec 20, 2019
by
谭新宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
移除关注文案二字
parent
958cb736
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
common.js
showPhotos/js/page/common.js
+2
-2
No files found.
showPhotos/js/page/common.js
View file @
a66b3b25
...
@@ -252,7 +252,7 @@ function appendAttentionDialog() {
...
@@ -252,7 +252,7 @@ function appendAttentionDialog() {
'<img src="http://qnfile.icareyou.net/363a344aa7424d219a5fc86eff7265751561343712294.jpg" class="header-pic">'
+
'<img src="http://qnfile.icareyou.net/363a344aa7424d219a5fc86eff7265751561343712294.jpg" class="header-pic">'
+
'</div>'
+
'</div>'
+
'<div class="modal-body">'
+
'<div class="modal-body">'
+
'<p class="struct">长按
关注
后继续活动</p>'
+
'<p class="struct">长按后继续活动</p>'
+
'<div>'
+
'<div>'
+
'<img src="'
+
orgQrCode
+
'" alt="" style="width: 100%;">'
+
'<img src="'
+
orgQrCode
+
'" alt="" style="width: 100%;">'
+
'</div>'
+
'</div>'
+
...
@@ -276,7 +276,7 @@ function appendAttentionDialog() {
...
@@ -276,7 +276,7 @@ function appendAttentionDialog() {
// 获取机构名称
// 获取机构名称
getOrgNameFn
(
function
(
data
){
getOrgNameFn
(
function
(
data
){
var
orgName
=
'长按
关注
'
+
data
.
records
.
orgName
+
'后继续活动'
;
var
orgName
=
'长按'
+
data
.
records
.
orgName
+
'后继续活动'
;
$
(
'#html-container-attention .modal-body .struct'
).
text
(
orgName
);
$
(
'#html-container-attention .modal-body .struct'
).
text
(
orgName
);
});
});
...
...
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