Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
Project
Project
Details
Activity
Releases
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
xugong
hls-xcmg-vue-app
Commits
1e750327
Commit
1e750327
authored
Nov 09, 2023
by
jiacheng.mao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加营业执照展示和备案信息
parent
48a84514
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
123 additions
and
180 deletions
+123
-180
yyzz_sy.jpg
src/assets/myInfo/yyzz_sy.jpg
+0
-0
zzq_sy.jpg
src/assets/myInfo/zzq_sy.jpg
+0
-0
PrivacyPolicy.vue
src/pages/myInfo/PrivacyPolicy.vue
+0
-176
business-license.vue
src/pages/myInfo/business-license.vue
+40
-0
related-licenses.vue
src/pages/myInfo/related-licenses.vue
+56
-0
setting.vue
src/pages/myInfo/setting.vue
+12
-3
index.js
src/router/index.js
+14
-0
index.html
www/index.html
+1
-1
No files found.
src/assets/myInfo/yyzz_sy.jpg
0 → 100644
View file @
1e750327
436 KB
src/assets/myInfo/zzq_sy.jpg
0 → 100644
View file @
1e750327
This diff is collapsed.
Click to expand it.
src/pages/myInfo/PrivacyPolicy.vue
View file @
1e750327
This diff is collapsed.
Click to expand it.
src/pages/myInfo/business-license.vue
0 → 100644
View file @
1e750327
<
template
>
<h-view
class=
"businessLicense public-style"
>
<h-header
:proportion=
"[5,1,1]"
class=
"bar-custom"
>
<div
slot=
"left"
class=
"h-header-btn"
@
click=
"$routeGo()"
>
<img
src=
"@/assets/userBind/arrow.png"
>
<span>
营业执照
</span>
</div>
</h-header>
<h-content>
<div
class=
"license"
>
<img
src=
"../../assets/myInfo/yyzz_sy.jpg"
style=
"width:100%;"
>
</div>
</h-content>
</h-view>
</
template
>
<
script
>
export
default
{
components
:
{},
data
()
{
return
{}
},
}
</
script
>
<
style
lang=
"less"
>
.businessLicense {
.content {
padding: 15px;
.title {
font-weight: 500;
text-indent: 0px;
}
}
.license{
}
}
</
style
>
src/pages/myInfo/related-licenses.vue
0 → 100644
View file @
1e750327
<
template
>
<h-view
id=
"relatedLicenses"
class=
"public-style"
title=
"相关许可证"
>
<h-header
:proportion=
"[5,1,1]"
class=
"bar-custom"
>
<div
slot=
"left"
class=
"h-header-btn"
@
click=
"$routeGo()"
>
<img
src=
"@/assets/userBind/arrow.png"
>
<span>
相关许可证
</span>
</div>
</h-header>
<h-content>
<div
class=
"relatedLicenses"
>
<list-item
:item-height=
"50"
class=
"list"
>
<item
@
click
.
native=
"businessLicense()"
>
<div
slot=
"name"
style=
"color:#656464;"
>
营业执照
</div>
<div
class=
"arrow_right"
><img
src=
"@/assets/myInfo/arrow_right.png"
></div>
</item>
</list-item>
<list-item
:item-height=
"50"
class=
"list"
>
<item>
<div
slot=
"name"
style=
"color:#656464;"
>
苏ICP备2023042290号-2A
</div>
</item>
</list-item>
</div>
</h-content>
</h-view>
</
template
>
<
script
>
export
default
{
components
:
{},
data
()
{
return
{}
},
methods
:
{
businessLicense
()
{
this
.
$router
.
push
({
name
:
'BusinessLicense'
,
})
},
},
}
</
script
>
<
style
lang=
"less"
>
#relatedLicenses{
.content{
margin-top:0 ;
}
.arrow_right {
display: flex;
align-items: center;
img {
height: 20px;
}
}
}
</
style
>
src/pages/myInfo/setting.vue
View file @
1e750327
...
...
@@ -11,7 +11,7 @@
<list-item
:item-height=
"66"
class=
"list"
>
<item
@
click
.
native=
"imgUploadShow(app_user_id)"
>
<div
slot=
"name"
style=
"color:#656464;"
>
修改头像
</div>
<div
class=
"arrow_right"
><img
src=
"@/assets/my
i
nfo/arrow_right.png"
></div>
<div
class=
"arrow_right"
><img
src=
"@/assets/my
I
nfo/arrow_right.png"
></div>
</item>
</list-item>
<list-item
:item-height=
"50"
class=
"list"
>
...
...
@@ -21,11 +21,11 @@
</item>
-->
<item
v-if=
"user_bp_type!='MANAGER'"
@
click
.
native=
"changeRole()"
>
<div
slot=
"name"
style=
"color:#656464;"
>
角色切换
</div>
<div
class=
"arrow_right"
><img
src=
"@/assets/my
i
nfo/arrow_right.png"
></div>
<div
class=
"arrow_right"
><img
src=
"@/assets/my
I
nfo/arrow_right.png"
></div>
</item>
<item
v-if=
"user_bp_type!='MANAGER'"
@
click
.
native=
"resetPwd()"
>
<div
slot=
"name"
style=
"color:red;"
>
修改密码
</div>
<div
class=
"arrow_right"
><img
src=
"@/assets/my
i
nfo/arrow_right.png"
></div>
<div
class=
"arrow_right"
><img
src=
"@/assets/my
I
nfo/arrow_right.png"
></div>
</item>
<item
@
click
.
native=
"updateVersion()"
>
<div
slot=
"name"
style=
"color:#656464;width:100%;display:flex;white-space:nowrap;align-items:center;"
>
版本更新
...
...
@@ -33,6 +33,10 @@
</div>
<div
slot=
"right-icon"
style=
"float:right;color:#383F45;opacity:0.4;"
>
当前版本
{{
currentVersion
}}
</div>
</item>
<item
@
click
.
native=
"relatedLicenses()"
>
<div
slot=
"name"
style=
"color:#656464;width:100%;display:flex;white-space:nowrap;align-items:center;"
>
相关许可证
</div>
<div
class=
"arrow_right"
><img
src=
"@/assets/myInfo/arrow_right.png"
></div>
</item>
<item
@
click
.
native=
"unRegiester()"
>
<div
slot=
"name"
style=
"color:red;"
>
注销账号
</div>
<div
class=
"arrow_right"
><img
src=
"@/assets/myInfo/exit.png"
></div>
...
...
@@ -627,6 +631,11 @@ export default {
},
})
},
relatedLicenses
()
{
this
.
$router
.
push
({
name
:
'RelatedLicenses'
,
})
},
},
}
</
script
>
...
...
src/router/index.js
View file @
1e750327
...
...
@@ -142,6 +142,8 @@ const Addundertake = resolve => require.ensure([], () => { resolve(require('@/pa
const
About
=
resolve
=>
require
.
ensure
([],
()
=>
{
resolve
(
require
(
'@/pages/myInfo/About'
))
},
'myInfo'
)
const
ContactUs
=
resolve
=>
require
.
ensure
([],
()
=>
{
resolve
(
require
(
'@/pages/myInfo/ContactUs'
))
},
'myInfo'
)
const
Setting
=
resolve
=>
require
.
ensure
([],
()
=>
{
resolve
(
require
(
'@/pages/myInfo/setting'
))
},
'myInfo'
)
const
RelatedLicenses
=
resolve
=>
require
.
ensure
([],
()
=>
{
resolve
(
require
(
'@/pages/myInfo/related-licenses'
))
},
'myInfo'
)
const
BusinessLicense
=
resolve
=>
require
.
ensure
([],
()
=>
{
resolve
(
require
(
'@/pages/myInfo/business-license'
))
},
'myInfo'
)
const
UserAgree
=
resolve
=>
require
.
ensure
([],
()
=>
{
resolve
(
require
(
'@/pages/myInfo/UserAgreement'
))
},
'myInfo'
)
const
PrivacyPolicy
=
resolve
=>
require
.
ensure
([],
()
=>
{
resolve
(
require
(
'@/pages/myInfo/PrivacyPolicy'
))
},
'myInfo'
)
...
...
@@ -373,6 +375,18 @@ export default new Router({
name
:
'Setting'
,
meta
:
{
keepAlive
:
false
},
},
{
path
:
'/RelatedLicenses'
,
component
:
RelatedLicenses
,
name
:
'RelatedLicenses'
,
meta
:
{
keepAlive
:
false
},
},
{
path
:
'/BusinessLicense'
,
component
:
BusinessLicense
,
name
:
'BusinessLicense'
,
meta
:
{
keepAlive
:
false
},
},
{
path
:
'/UserAgree'
,
component
:
UserAgree
,
...
...
www/index.html
View file @
1e750327
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><meta
name=
viewport
content=
"initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no,width=device-width,viewport-fit=cover"
><meta
name=
format-detection
content=
"telephone=no"
><meta
name=
format-detection
content=
"email=no"
><meta
name=
apple-mobile-web-app-capable
content=
yes
><meta
name=
apple-mobile-web-app-status-bar-style
content=
black
><script
type=
text/javascript
src=
./static/vuePlatform.js
></script><script
type=
text/javascript
src=
./static/prototype.js
></script><script
type=
text/javascript
src=
./cordova.js
></script><script
type=
text/javascript
src=
"http://api.map.baidu.com/api?v=2.0&ak=Eoo0EtfjYCdAy7r8D19gZ0vMojdZpHqU"
></script><title>
徐工金服
</title><link
href=
./static/css/app.fb52dd271f35e6cb942abb94eb5f18bb.css
rel=
stylesheet
></head><body><div
id=
app-box
></div><script
type=
text/javascript
src=
./static/js/manifest.4240d4ea771e210fd3f1.js
></script><script
type=
text/javascript
src=
./static/js/vendor.b2b00151a0abc83a0b0e.js
></script><script
type=
text/javascript
src=
./static/js/app.e26975a330778662748a.js
></script></body></html>
\ No newline at end of file
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><meta
name=
viewport
content=
"initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no,width=device-width,viewport-fit=cover"
><meta
name=
format-detection
content=
"telephone=no"
><meta
name=
format-detection
content=
"email=no"
><meta
name=
apple-mobile-web-app-capable
content=
yes
><meta
name=
apple-mobile-web-app-status-bar-style
content=
black
><script
type=
text/javascript
src=
./static/vuePlatform.js
></script><script
type=
text/javascript
src=
./static/prototype.js
></script><script
type=
text/javascript
src=
./cordova.js
></script><script
type=
text/javascript
src=
"http://api.map.baidu.com/api?v=2.0&ak=Eoo0EtfjYCdAy7r8D19gZ0vMojdZpHqU"
></script><title>
徐工金服
</title><link
href=
./static/css/app.fb52dd271f35e6cb942abb94eb5f18bb.css
rel=
stylesheet
></head><body><div
id=
app-box
></div><script
type=
text/javascript
src=
./static/js/manifest.7780e1adfdfe6ac04498.js
></script><script
type=
text/javascript
src=
./static/js/vendor.6fb9a8a9e3d7464e35f7.js
></script><script
type=
text/javascript
src=
./static/js/app.44587b14d696ac350635.js
></script></body></html>
\ No newline at end of file
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