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
4d59fa41
Commit
4d59fa41
authored
Sep 06, 2019
by
谭新宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
控制机构名称显示
parent
aef93cae
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
index.js
showPhotos/js/page/index.js
+2
-2
signup.js
showPhotos/js/page/signup.js
+2
-2
user.js
showPhotos/js/page/user.js
+2
-2
No files found.
showPhotos/js/page/index.js
View file @
4d59fa41
...
...
@@ -5,8 +5,6 @@ loadHtmlJson();
appendAdvertisement
();
// 赞助商文案
addSupportMsg
();
// 加载机构名称
headerShowOrgName
();
var
gb_player_loaded
=
false
var
gb_rank_loaded
=
false
...
...
@@ -28,6 +26,8 @@ $(function(){
// 排行榜列表
voteDialogBindFn
();
// 加载机构名称
headerShowOrgName
();
});
// 元素点击事件绑定
...
...
showPhotos/js/page/signup.js
View file @
4d59fa41
...
...
@@ -3,8 +3,6 @@ var uploadFile = '';
// 加载广告
// appendAdvertisement();
// 加载机构名称
headerShowOrgName
();
// 加载html结构
loadHtmlJson
(
function
(){
...
...
@@ -25,6 +23,8 @@ $(function () {
$
(
'#act11739232574395'
).
val
(
data
.
records
.
orgName
)
});
voteDialogBindFn
();
// 加载机构名称
headerShowOrgName
();
})
// 元素点击事件绑定
...
...
showPhotos/js/page/user.js
View file @
4d59fa41
...
...
@@ -3,8 +3,6 @@
loadHtmlJson
();
// 加载广告
// ppendAdvertisement();
// 加载机构名称
headerShowOrgName
();
$
(
function
(){
setToken
();
...
...
@@ -17,6 +15,8 @@ $(function(){
userCountDown
(
showTime
/
1000
,
endTime
/
1000
,
$
(
'#act31142119991744 span'
));
//倒计时
userTabInfo
();
voteDialogBindFn
();
// 加载机构名称
headerShowOrgName
();
});
// 元素点击事件绑定
...
...
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