Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zj-app(废弃)
Overview
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
new-zhengjiang
zj-app(废弃)
Commits
eb62e9e3
Commit
eb62e9e3
authored
Apr 12, 2023
by
songwenlu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gx
parent
b94243f0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
30 additions
and
42 deletions
+30
-42
App.vue
src/App.vue
+5
-25
axios.js
src/utils/axios.js
+2
-2
manageIndex.vue
src/views/coldfood/manageIndex.vue
+11
-4
handling.vue
src/views/deedtax/handling.vue
+12
-11
index.vue
src/views/deedtax/index.vue
+0
-0
No files found.
src/App.vue
View file @
eb62e9e3
<
template
>
<
template
>
<div
id=
"app"
>
<div
id=
"app"
>
<transition
name=
"fade-transform"
mode=
"out-in"
>
<transition
name=
"fade-transform"
mode=
"out-in"
>
<router-view
/>
<router-view
/>
</transition>
</transition>
</div>
</div>
...
@@ -32,38 +35,15 @@ export default {
...
@@ -32,38 +35,15 @@ export default {
userId
:
37393
,
userId
:
37393
,
name
:
"124晚6565"
,
name
:
"124晚6565"
,
realName
:
"张媛媛"
,
realName
:
"张媛媛"
,
// idCardNo: "342601199503121817",
// idCardNo: "321111198502254219",
idCardNo
:
"32068219980926002X"
,
idCardNo
:
"32068219980926002X"
,
// idCardNo: "DDfCYHcrBMRhvRt4AQKt+WfGq6l2uT5G",
// mobileNo: 13776475181,
// userId: 3182743,
// userId: 15237836350,
// name: "lXi375Ch1K4Q636",
// realName: "殷铭",
// idCardNo: "321102199408261015"
};
};
this
.
verify
(
JSON
.
stringify
(
userInfo
));
this
.
verify
(
JSON
.
stringify
(
userInfo
));
}
}
// let userInfo = {
// mobileNo: 13900000000,
// userId: 373931,
// name: "124晚6565",F
// realName: "梁中全",
// idCardNo: "DDfCYHcrBMRhvRt4AQKt+WfGq6l2uT5G",
// };
// let userInfo = {
// mobileNo: 13900000000,
// userId: 37393,
// name: "124晚6565",
// realName: "孙辉",
// idCardNo: "DDfCYHcrBMRhvRt4AQKt+WfGq6l2uT5G",
// };
},
},
},
},
created
()
{
created
()
{
// 测试模拟人员信息
// 测试模拟人员信息
this
.
init
();
//
this.init();
},
},
};
};
</
script
>
</
script
>
...
...
src/utils/axios.js
View file @
eb62e9e3
...
@@ -7,9 +7,9 @@ Vue.use(Toast);
...
@@ -7,9 +7,9 @@ Vue.use(Toast);
const
env
=
process
.
env
.
NODE_ENV
===
"development"
?
"dev"
:
"prod"
;
const
env
=
process
.
env
.
NODE_ENV
===
"development"
?
"dev"
:
"prod"
;
const
baseUrl
=
{
const
baseUrl
=
{
dev
:
"http://192.168.3.144:10010/"
,
//
dev: "http://192.168.3.144:10010/",
// dev: "http://81.69.231.72:10010/",
// dev: "http://81.69.231.72:10010/",
//
dev: "https://www.smart-zj.cn:55901/smartApp/",
dev
:
"https://www.smart-zj.cn:55901/smartApp/"
,
// prod: 'http://81.69.231.72:9090/',
// prod: 'http://81.69.231.72:9090/',
prod
:
"https://www.smart-zj.cn:55901/smartApp/"
,
prod
:
"https://www.smart-zj.cn:55901/smartApp/"
,
...
...
src/views/coldfood/manageIndex.vue
View file @
eb62e9e3
...
@@ -9,13 +9,20 @@
...
@@ -9,13 +9,20 @@
@
click=
"jump(item.path, item.type)"
@
click=
"jump(item.path, item.type)"
>
>
<div
class=
"info"
>
<div
class=
"info"
>
<img
:src=
"item.imgUrl"
alt=
""
/>
<img
:src=
"item.imgUrl"
alt=
""
/>
<div>
<div>
<p
class=
"name"
>
{{
item
.
name
}}
</p>
<p
class=
"name"
>
{{
item
.
name
}}
</p>
<p
class=
"tips"
>
{{
item
.
tips
}}
</p>
<p
class=
"tips"
>
{{
item
.
tips
}}
</p>
</div>
</div>
</div>
</div>
<img
class=
"icon"
src=
"@/assets/common/enter_icon.png"
alt=
""
/>
<img
class=
"icon"
src=
"@/assets/common/enter_icon.png"
alt=
""
/>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -90,7 +97,7 @@ export default {
...
@@ -90,7 +97,7 @@ export default {
const
res
=
window
.
android
.
getUserInfo
();
// 这是一个json字符串
const
res
=
window
.
android
.
getUserInfo
();
// 这是一个json字符串
sessionStorage
.
setItem
(
"ZJCD-UserInfo"
,
res
);
sessionStorage
.
setItem
(
"ZJCD-UserInfo"
,
res
);
this
.
userInfo
=
JSON
.
parse
(
res
);
this
.
userInfo
=
JSON
.
parse
(
res
);
sessionStorage
.
setItem
(
'token'
,
this
.
userInfo
.
token
);
sessionStorage
.
setItem
(
"token"
,
this
.
userInfo
.
token
);
}
else
if
(
window
.
webkit
)
{
}
else
if
(
window
.
webkit
)
{
window
.
webkit
&&
window
.
webkit
&&
window
.
webkit
.
messageHandlers
.
getUserInfo
.
postMessage
(
"getUserInfo"
);
window
.
webkit
.
messageHandlers
.
getUserInfo
.
postMessage
(
"getUserInfo"
);
...
@@ -109,7 +116,7 @@ export default {
...
@@ -109,7 +116,7 @@ export default {
getUserInfo
(
res
)
{
getUserInfo
(
res
)
{
sessionStorage
.
setItem
(
"ZJCD-UserInfo"
,
res
);
sessionStorage
.
setItem
(
"ZJCD-UserInfo"
,
res
);
this
.
userInfo
=
JSON
.
parse
(
res
);
this
.
userInfo
=
JSON
.
parse
(
res
);
sessionStorage
.
setItem
(
'token'
,
this
.
userInfo
.
token
);
sessionStorage
.
setItem
(
"token"
,
this
.
userInfo
.
token
);
},
},
},
},
mounted
()
{
mounted
()
{
...
...
src/views/deedtax/handling.vue
View file @
eb62e9e3
...
@@ -537,7 +537,7 @@ import {
...
@@ -537,7 +537,7 @@ import {
updateDeedTaxState
,
updateDeedTaxState
,
queryUserApplyForRecord
,
queryUserApplyForRecord
,
queryApplyingDeedTaxInfo
,
queryApplyingDeedTaxInfo
,
idCardVerification
//
idCardVerification
}
from
"@/api/deedtax.js"
;
}
from
"@/api/deedtax.js"
;
// import { decryptByDES } from "@/utils/utils";
// import { decryptByDES } from "@/utils/utils";
...
@@ -750,8 +750,8 @@ export default {
...
@@ -750,8 +750,8 @@ export default {
});
});
},
},
jump
()
{
jump
()
{
idCardVerification
({
idCard
:
this
.
userInfo
.
idCardNo
}).
then
((
res
)
=>
{
//
idCardVerification({idCard: this.userInfo.idCardNo}).then((res) => {
if
(
res
.
data
)
{
//
if (res.data) {
// let params = {
// let params = {
// idCard: decryptByDES(this.userInfo.idCardNo, "MnuYbhGv"),
// idCard: decryptByDES(this.userInfo.idCardNo, "MnuYbhGv"),
// };
// };
...
@@ -806,14 +806,15 @@ export default {
...
@@ -806,14 +806,15 @@ export default {
}
}
}
}
});
});
}
else
{
// }
Dialog
.
confirm
({
// else {
title
:
'提示'
,
// Dialog.confirm({
messageAlign
:
'left'
,
// title: '提示',
message
:
"经系统查询,您已享受过相关政策补贴 ,不能再次申报契税补贴政策。如有异议请联系市财政窗口,地址:镇江市政务服务中心(冠城路8号工人大厦)二楼市财政局窗口,联系电话:0511-89881850"
,
// messageAlign: 'left',
})
// message: "经系统查询,您已享受过相关政策补贴 ,不能再次申报契税补贴政策。如有异议请联系市财政窗口,地址:镇江市政务服务中心(冠城路8号工人大厦)二楼市财政局窗口,联系电话:0511-89881850",
}
// })
})
// }
// })
// this.$router.replace({ name: 'DeedtaxDeclare', query: { code: this.code } })
// this.$router.replace({ name: 'DeedtaxDeclare', query: { code: this.code } })
},
},
// 初始化获取userInfo
// 初始化获取userInfo
...
...
src/views/deedtax/index.vue
View file @
eb62e9e3
This diff is collapsed.
Click to expand it.
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