Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Z
zxtb_to_ssfwpt
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Bugzilla
Bugzilla
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
卢世豪
zxtb_to_ssfwpt
Commits
5e559aff
Commit
5e559aff
authored
Jun 10, 2020
by
yangyuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试页面 添加返回失败弹框
parent
3aa55126
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
+9
-5
index.html
index.html
+5
-3
encapsulation.js
static/tools/js/encapsulation.js
+4
-2
No files found.
index.html
View file @
5e559aff
...
...
@@ -66,12 +66,13 @@
</script>
</body>
<script
type=
"text/javascript"
src=
"../static/tools/js/jquery-1.11.3.js?v=1.1"
></script>
<script
type=
"text/javascript"
src=
"/static/tools/js/encapsulation.js?v=1.3"
></script>
<script>
// localStorage.setItem("url", "http://localhost:7070");
// localStorage.setItem("url", "http://sbjs.tjsat.gov.cn:18090");
//涉税
localStorage
.
setItem
(
"url"
,
"http://192.168.101.146:8091"
);
//
localStorage.setItem("url", "http://192.168.101.201:8091");
//
localStorage.setItem("url", "http://192.168.101.146:8091");
localStorage
.
setItem
(
"url"
,
"http://192.168.101.201:8091"
);
var
url
=
localStorage
.
getItem
(
"url"
);
$
(
function
(){
//按期申报
...
...
@@ -132,7 +133,8 @@
localStorage
.
setItem
(
"nsrsbh"
,
sbh
.
val
()
?
sbh
.
val
()
:
''
);
if
(
data
.
success
)
{
if
(
data
.
bean
.
url
==
"error.jsp"
)
{
window
.
location
.
href
=
"/jsp/error/index.html?falg="
+
param
;
myAlert
(
"提示"
,
data
.
bean
.
errorInfo
,
"确定"
)
// window.location.href = "/jsp/error/index.html?falg="+param;
}
else
if
(
param
==
"declare"
)
{
window
.
location
.
href
=
"/jsp/declare/index.html"
;
}
else
if
(
param
==
"amend"
)
{
...
...
static/tools/js/encapsulation.js
View file @
5e559aff
...
...
@@ -228,7 +228,8 @@ function getIEVersion() {
backgroundColor
:
'#fff'
,
borderRadius
:
'15px 15px 0 0'
,
// fontWeight: 'bold',
borderBottom
:
'1px solid #E6E6E6'
borderBottom
:
'1px solid #E6E6E6'
,
boxSizing
:
'border-box'
});
}
else
{
$
(
"#mb_tit"
).
css
({
...
...
@@ -241,7 +242,8 @@ function getIEVersion() {
backgroundColor
:
'#fff'
,
borderRadius
:
'15px 15px 0 0'
,
// fontWeight: 'bold',
borderBottom
:
'1px solid #E6E6E6'
borderBottom
:
'1px solid #E6E6E6'
,
boxSizing
:
'border-box'
});
}
...
...
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