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
45d7fb9e
Commit
45d7fb9e
authored
Feb 25, 2020
by
黄森林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
移动端开发
parent
86fe47f1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
6 deletions
+16
-6
public/picture/hhr/yrym-ruanyan-adv-bg.jpg
+0
-0
src/config/router.config.js
+1
-1
src/views/hhr-view/hhrCustomer.vue
+5
-2
src/views/hhr-view/packageUpgrade/packageUpgrade.vue
+10
-3
No files found.
public/picture/hhr/yrym-ruanyan-adv-bg.jpg
0 → 100644
View file @
45d7fb9e
167 KB
src/config/router.config.js
View file @
45d7fb9e
...
...
@@ -63,7 +63,7 @@ export const asyncRouterMap = [{
{
path
:
'packageUpgrade'
,
name
:
'packageUpgrade'
,
component
:
()
=>
import
(
'@views/hhr-view/
bandwidth
/packageUpgrade.vue'
)
component
:
()
=>
import
(
'@views/hhr-view/
packageUpgrade
/packageUpgrade.vue'
)
}
]
}
...
...
src/views/hhr-view/hhrCustomer.vue
View file @
45d7fb9e
...
...
@@ -12,7 +12,7 @@
<div
@
click=
"newcartouch"
style=
"background-image: url('./picture/hhr/03.png'); width: 256px; height: 64px;margin: 20px auto; background-repeat: no-repeat;background-size: 100%;"
>
</div>
<div
style=
"text-align: center;color: white;font-size: 14px;margin-top: -20px"
>
(新开卡优惠+0息分期购机)
</div>
<div
style=
"background-image: url('./picture/hhr/04.png'); width: 256px; height: 64px;margin: 20px auto; background-repeat: no-repeat;background-size: 100%;"
></div>
<div
@
click=
"packageUpgrade"
style=
"background-image: url('./picture/hhr/04.png'); width: 256px; height: 64px;margin: 20px auto; background-repeat: no-repeat;background-size: 100%;"
></div>
<div
@
click=
"newcartouchB"
style=
"background-image: url('./picture/hhr/05.png'); width: 256px; height: 64px;margin: 20px auto; background-repeat: no-repeat;background-size: 100%;"
></div>
<fieldset
class=
"layui-elem-field"
style=
"width: 85%;margin: 0 auto;border-radius: 10px;margin-bottom: 10px;background-color: rgba(255,255,255, 0.8);"
>
...
...
@@ -83,7 +83,10 @@
},
rongHe
(){
this
.
$router
.
push
({
path
:
'rongHe'
})
}
},
packageUpgrade
(){
this
.
$router
.
push
({
path
:
'packageUpgrade'
})
}
}
}
...
...
src/views/hhr-view/packageUpgrade/packageUpgrade.vue
View file @
45d7fb9e
<
template
>
<div>
<img
src=
"/picture/hhr/adv_img.jpg"
style=
"width: 100%"
>
<van-button
type=
"info"
:round=
"true"
size=
"large"
>
我要领卡
</van-button>
<div
style=
" background-image: url('./picture/hhr/yrym-ruanyan-adv-bg.jpg');
background-repeat: no-repeat;
background-size: 100%;
width: 100%;
height: 150%; position:relative"
>
<div
style=
"height:500px"
></div>
<div>
<van-button
round
block
type=
"info"
native-type=
"submit"
>
优惠查询
</van-button>
</div>
</div>
</
template
>
<
script
>
...
...
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