Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
php
/
citic-fighting
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
18acf43b
authored
Jun 26, 2024
by
dosZhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dos
parent
ae9a9884
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
10 deletions
+5
-10
Application/Common/Conf/db.php
+2
-2
Public/static/js/common.js
+3
-8
No files found.
Application/Common/Conf/db.php
View file @
18acf43b
...
...
@@ -3,7 +3,7 @@
// 'DB_TYPE' => 'mysqli',
// 'DB_HOST' => 'mysql-sh',
// 'DB_PORT' => '3306',
// 'DB_NAME' => 'project_citic_202
10430_mdrt4
', // <--- 修改这里
// 'DB_NAME' => 'project_citic_202
40626_fighting
', // <--- 修改这里
// 'DB_USER' => 'zhida', // <--- 修改这里
// 'DB_PWD' => 'zhida_app_1212', // <--- 修改这里
// 'DB_PREFIX' => '',
...
...
@@ -15,7 +15,7 @@ return array(
'DB_TYPE'
=>
'mysqli'
,
'DB_HOST'
=>
'mariadb'
,
'DB_PORT'
=>
'3306'
,
'DB_NAME'
=>
'dev_citic_202
10722_mdrt5
'
,
// <--- 修改这里
'DB_NAME'
=>
'dev_citic_202
40626_fighting
'
,
// <--- 修改这里
'DB_USER'
=>
'dev'
,
// <--- 修改这里
'DB_PWD'
=>
'1q2w3e'
,
// <--- 修改这里
'DB_PREFIX'
=>
''
,
...
...
Public/static/js/common.js
View file @
18acf43b
...
...
@@ -132,8 +132,8 @@ $(document).ready(function () {
function
toUploadPage
()
{
$
(
'.page1'
).
hide
();
$
(
'.upload-page'
).
show
();
$
(
'.
cat
'
).
hide
();
$
(
'.
cat
'
+
level
).
show
();
$
(
'.
identity
'
).
hide
();
$
(
'.
identity-
'
+
level
).
show
();
$
(
'.btn-createposter'
).
hide
();
// $('.btn-upload-block').css('left', 200);
}
...
...
@@ -166,14 +166,9 @@ function checkInfo() {
level
=
resp
.
poster
;
username
=
name
;
company
=
resp
.
branch
;
fyp
=
resp
.
fyp
;
perf
=
resp
.
perf
;
phase
=
resp
.
phase
;
toUploadPage
();
$
(
'.username'
).
text
(
username
);
$
(
'.tip'
).
hide
();
$
(
'.tip'
+
phase
).
show
()
$
(
'.company'
).
html
(
'中信保诚人寿 '
+
company
+
''
);
$
(
'.company'
).
html
(
company
);
// if (fyp == 0) {
// $('.perf').html('<span>个人累计承保</span><br/>' + perf + '件')
// } else {
...
...
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