Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
traceSourceMb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yanyanhong
traceSourceMb
Commits
eee05ea0
Commit
eee05ea0
authored
Jul 22, 2020
by
yyh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
联系客服
parent
058dc790
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
87 additions
and
1 deletion
+87
-1
lxkf.png
src/assets/lxkf.png
+0
-0
index.ts
src/router/index.ts
+10
-0
Contect.vue
src/views/userCenter/Contect.vue
+76
-0
Recharge.vue
src/views/userCenter/Recharge.vue
+1
-1
No files found.
src/assets/lxkf.png
0 → 100644
View file @
eee05ea0
45.6 KB
src/router/index.ts
View file @
eee05ea0
...
...
@@ -107,6 +107,16 @@ const routes: RouteConfig[] = [
meta
:
{
requiresAuth
:
true
},
},
{
path
:
'/contect'
,
name
:
'Contect'
,
// route level code-splitting
// this generates a separate chunk (about.[hash].js) for this route
// which is lazy-loaded when the route is visited.
component
:
()
=>
import
(
/* webpackChunkName: "about" */
'@/views/userCenter/Contect.vue'
),
props
:
(
route
)
=>
({
templList
:
route
.
query
.
templList
}),
meta
:
{
requiresAuth
:
true
},
},
{
path
:
'/rechargeRecord'
,
name
:
'RechargeRecord'
,
// route level code-splitting
...
...
src/views/userCenter/Contect.vue
0 → 100644
View file @
eee05ea0
<
template
>
<div
class=
"contect flex-center"
>
<!--
<i
class=
"iconfont iconzuo"
@
click=
"$router.back()"
></i>
-->
<common-svg
name=
"shanchu5"
@
click
.
native=
"$router.back()"
class=
"iconzuo"
></common-svg>
<div
class=
"box"
>
<h1>
添加客服微信
</h1>
<img
src=
"@/assets/lxkf.png"
alt
>
<h3>
扫一扫咨询客服
</h3>
</div>
</div>
</
template
>
<
script
lang=
"ts"
>
import
{
Component
,
Prop
,
Vue
}
from
'vue-property-decorator'
;
import
{
Cell
,
Form
,
Field
,
CellGroup
,
Button
,
Image
,
RadioGroup
,
Radio
}
from
'vant'
;
import
{
State
,
Getter
,
Action
,
Mutation
}
from
'vuex-class'
;
import
{
Route
}
from
'vue-router'
;
import
H5Cropper
from
'vue-cropper-h5'
;
@
Component
({
components
:
{
[
Form
.
name
]:
Form
,
[
Field
.
name
]:
Field
,
[
Button
.
name
]:
Button
,
[
Image
.
name
]:
Image
,
[
Cell
.
name
]:
Cell
,
[
RadioGroup
.
name
]:
RadioGroup
,
[
Radio
.
name
]:
Radio
,
H5Cropper
,
},
})
export
default
class
Contect
extends
Vue
{
}
</
script
>
<
style
lang=
"scss"
scoped
>
.contect
{
position
:
relative
;
height
:
100vh
;
background
:
#3c3f6a
;
.iconzuo
{
color
:
#fff
;
font-size
:
16px
;
position
:
absolute
;
left
:
20px
;
top
:
20px
;
}
.box
{
width
:
335px
;
height
:
400px
;
background
:
rgba
(
255
,
255
,
255
,
1
);
border-radius
:
10px
;
text-align
:
center
;
h1
{
margin-top
:
40px
;
font-size
:
24px
;
font-weight
:
700
;
}
img
{
margin
:
24px
0
15px
;
width
:
210px
;
height
:
210px
;
}
h3
{
font-size
:
18px
;
font-weight
:
600
;
}
}
}
.flex-center
{
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
}
</
style
>
src/views/userCenter/Recharge.vue
View file @
eee05ea0
...
...
@@ -38,7 +38,7 @@
<div
@
click=
"recharge"
class=
"btn"
>
充值
</div>
<section
class=
"btn-group"
>
<router-link
tag=
"span"
:to=
"{name:'RechargeRecord'}"
>
充值记录
</router-link>
<router-link
to=
""
tag=
"span"
style=
"margin-left:10px;"
>
联系客服
</router-link>
<router-link
to=
"
/contect
"
tag=
"span"
style=
"margin-left:10px;"
>
联系客服
</router-link>
</section>
<section
class=
"explain"
>
<p
class=
"title"
>
年费说明
</p>
...
...
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