Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gdtel-gztel-school-center-ui
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴学德
gdtel-gztel-school-center-ui
Commits
d5a9558e
Commit
d5a9558e
authored
Feb 25, 2020
by
吴学德
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
合伙人页面
parent
7e7c3e39
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
28 additions
and
3 deletions
+28
-3
src/config/router.config.js
+5
-0
src/views/hhr-view/newpackage/orderNewCar.vue
+4
-1
src/views/hhr-view/newpackage/readAgree.vue
+17
-0
src/views/hhr-view/packageUpgrade/packageUpgrade.vue
+2
-2
No files found.
src/config/router.config.js
View file @
d5a9558e
...
@@ -64,6 +64,11 @@ export const asyncRouterMap = [{
...
@@ -64,6 +64,11 @@ export const asyncRouterMap = [{
path
:
'packageUpgrade'
,
path
:
'packageUpgrade'
,
name
:
'packageUpgrade'
,
name
:
'packageUpgrade'
,
component
:
()
=>
import
(
'@views/hhr-view/packageUpgrade/packageUpgrade.vue'
)
component
:
()
=>
import
(
'@views/hhr-view/packageUpgrade/packageUpgrade.vue'
)
},
{
path
:
'readAgree'
,
name
:
'readAgree'
,
component
:
()
=>
import
(
'@views/hhr-view/newpackage/readAgree.vue'
)
}
}
]
]
}
}
...
...
src/views/hhr-view/newpackage/orderNewCar.vue
View file @
d5a9558e
...
@@ -98,7 +98,7 @@
...
@@ -98,7 +98,7 @@
<div
style=
"width: 100%;display: flex;padding-top: 2%"
>
<div
style=
"width: 100%;display: flex;padding-top: 2%"
>
<van-checkbox
v-model=
"Agree"
shape=
"square"
style=
"width: 13%"
checked-color=
"#07c160"
>
<van-checkbox
v-model=
"Agree"
shape=
"square"
style=
"width: 13%"
checked-color=
"#07c160"
>
</van-checkbox>
</van-checkbox>
<span
>
同意
<a>
《中国电信股份有限公司广州分公司全业务服务协议》
</a>
内容
</span>
<span
>
同意
<a
@
click=
"readagreeurl"
>
《中国电信股份有限公司广州分公司全业务服务协议》
</a>
内容
</span>
</div>
</div>
</span>
</span>
</div>
</div>
...
@@ -174,6 +174,9 @@
...
@@ -174,6 +174,9 @@
}
}
,
,
methods
:{
methods
:{
readagreeurl
(){
this
.
$router
.
push
({
path
:
'readAgree'
})
},
// 选择文件
// 选择文件
afterRead
(
file
)
{
afterRead
(
file
)
{
let
imgurl
=
"img_imgfile"
let
imgurl
=
"img_imgfile"
...
...
src/views/hhr-view/newpackage/readAgree.vue
0 → 100644
View file @
d5a9558e
<
template
>
<div>
<div
>
</div>
</div>
</
template
>
<
script
>
export
default
{
name
:
"readAgree"
}
</
script
>
<
style
scoped
>
</
style
>
src/views/hhr-view/packageUpgrade/packageUpgrade.vue
View file @
d5a9558e
...
@@ -4,12 +4,12 @@
...
@@ -4,12 +4,12 @@
<img
src=
"/picture/hhr/kefu.png"
style=
"width: 10%;position:fixed ;right: 15px;top: 15px"
@
click=
"showPopup"
>
<img
src=
"/picture/hhr/kefu.png"
style=
"width: 10%;position:fixed ;right: 15px;top: 15px"
@
click=
"showPopup"
>
<div
style=
"height: 700px;"
></div>
<div
style=
"height: 700px;"
></div>
<div
style=
"font-size: 28px;text-align: center;background: white;position:fixed ;bottom: 0px;width: 100%"
class=
"van-hairline--surround"
>
<div
style=
"font-size: 28px;text-align: center;background: white;position:fixed ;bottom: 0px;width: 100%"
class=
"van-hairline--surround"
>
<div
style=
"width:
80%;display: flex; align-items: center;justify-content: center;
"
>
<div
style=
"width:
90%;margin-left: 5%
"
>
<van-cell-group
>
<van-cell-group
>
<van-field
v-model=
"value"
placeholder=
"身份证/手机号/宽带账号"
/>
<van-field
v-model=
"value"
placeholder=
"身份证/手机号/宽带账号"
/>
</van-cell-group>
</van-cell-group>
</div>
</div>
<div
style=
"width:
80%;display: flex; align-items: center;justify-content: center;
"
>
<div
style=
"width:
90%;margin-left: 5%
"
>
<van-button
round
block
type=
"info"
native-type=
"submit"
@
click=
"selectPackage"
>
优惠查询
</van-button>
<van-button
round
block
type=
"info"
native-type=
"submit"
@
click=
"selectPackage"
>
优惠查询
</van-button>
</div>
</div>
</div>
</div>
...
...
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