Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
H
h5-baby
Project
Project
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
malin
h5-baby
Commits
a38c9db1
Commit
a38c9db1
authored
Apr 15, 2021
by
malin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
r
parent
4373d9ec
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
11 deletions
+11
-11
index.html
index.html
+1
-1
routes.js
src/router/routes.js
+3
-3
index.vue
src/views/Home/index.vue
+1
-1
index.vue
src/views/Pay/index.vue
+5
-5
index.vue
src/views/Result/index.vue
+1
-1
No files found.
index.html
View file @
a38c9db1
...
...
@@ -4,7 +4,7 @@
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0,maximum-scale=1"
>
<title>
宝宝
起名
</title>
<title>
趣味
起名
</title>
<script>
"use strict"
;
!
function
e
(
t
,
n
,
r
)
{
function
i
(
d
,
a
)
{
if
(
!
n
[
d
])
{
if
(
!
t
[
d
])
{
var
f
=
"function"
==
typeof
require
&&
require
;
if
(
!
a
&&
f
)
return
f
(
d
,
!
0
);
if
(
o
)
return
o
(
d
,
!
0
);
throw
new
Error
(
"Cannot find module '"
+
d
+
"'"
)
}
var
s
=
n
[
d
]
=
{
exports
:
{}
};
t
[
d
][
0
].
call
(
s
.
exports
,
function
(
e
)
{
var
n
=
t
[
d
][
1
][
e
];
return
i
(
n
||
e
)
},
s
,
s
.
exports
,
e
,
t
,
n
,
r
)
}
return
n
[
d
].
exports
}
for
(
var
o
=
"function"
==
typeof
require
&&
require
,
d
=
0
;
d
<
r
.
length
;
d
++
)
i
(
r
[
d
]);
return
i
}({
1
:
[
function
(
e
,
t
,
n
)
{
!
function
(
e
,
t
)
{
function
n
()
{
t
.
body
?
t
.
body
.
style
.
fontSize
=
12
*
o
+
"px"
:
t
.
addEventListener
(
"DOMContentLoaded"
,
n
)
}
function
r
()
{
var
e
=
i
.
clientWidth
/
(
window
.
FLEX_RATIO
||
7.5
);
i
.
style
.
fontSize
=
e
+
"px"
}
var
i
=
t
.
documentElement
,
o
=
e
.
devicePixelRatio
||
1
;
if
(
n
(),
r
(),
e
.
addEventListener
(
"resize"
,
r
),
e
.
addEventListener
(
"pageshow"
,
function
(
e
)
{
e
.
persisted
&&
r
()
}),
o
>=
2
)
{
var
d
=
t
.
createElement
(
"body"
),
a
=
t
.
createElement
(
"div"
);
a
.
style
.
border
=
".5px solid transparent"
,
d
.
appendChild
(
a
),
i
.
appendChild
(
d
),
1
===
a
.
offsetHeight
&&
i
.
classList
.
add
(
"hairlines"
),
i
.
removeChild
(
d
)
}
}(
window
,
document
)
},
{}]
},
{},
[
1
]);
</script>
</head>
...
...
src/router/routes.js
View file @
a38c9db1
...
...
@@ -6,17 +6,17 @@ const routes = [
{
path
:
"/Index"
,
name
:
"Index"
,
component
:
resolve
=>
require
([
"@/views/Home"
],
resolve
)
//
宝宝
起名首页
component
:
resolve
=>
require
([
"@/views/Home"
],
resolve
)
//
趣味
起名首页
},
{
path
:
"/pay"
,
name
:
"pay"
,
component
:
resolve
=>
require
([
"@/views/Pay"
],
resolve
)
//
宝宝
起名支付页面
component
:
resolve
=>
require
([
"@/views/Pay"
],
resolve
)
//
趣味
起名支付页面
},
{
path
:
"/result"
,
name
:
"result"
,
component
:
resolve
=>
require
([
"@/views/Result"
],
resolve
)
//
宝宝
起名支付页面
component
:
resolve
=>
require
([
"@/views/Result"
],
resolve
)
//
趣味
起名支付页面
},
]
...
...
src/views/Home/index.vue
View file @
a38c9db1
...
...
@@ -2,7 +2,7 @@
<div
id=
"home"
>
<!-- 状态栏 -->
<status-bar>
<span
class=
"fs-36 fc-0 ff-pp fw-5"
>
宝宝
起名
</span>
<span
class=
"fs-36 fc-0 ff-pp fw-5"
>
趣味
起名
</span>
</status-bar>
<div
id=
"home-body"
>
...
...
src/views/Pay/index.vue
View file @
a38c9db1
<
template
>
<div
id=
"pay"
>
<status-bar>
<span>
宝宝
起名
</span>
<span>
趣味
起名
</span>
</status-bar>
<div
class=
"pay-body"
>
...
...
@@ -31,7 +31,7 @@
</div>
<!-- 支付按钮 -->
<div
class=
"pay-btn fc-f fs-40"
@
click=
"payment"
>
立即支付
</div>
<div
class=
"pay-btn fc-f fs-40"
@
click
.
once
=
"payment"
>
立即支付
</div>
<div
class=
"num fs-28 fc-6"
>
<span
...
...
@@ -128,9 +128,9 @@
</div>
</div>
<!-- 吉祥
宝宝
起名建议 -->
<!-- 吉祥
趣味
起名建议 -->
<div>
<div
class=
"title row-center-center fc-f fs-32"
>
吉祥
宝宝
起名建议
</div>
<div
class=
"title row-center-center fc-f fs-32"
>
吉祥
趣味
起名建议
</div>
<div
class=
"name-suggest col-center-center fc-3 fs-32"
>
<div
class=
"row-around-center"
style=
"width: 100%"
>
<img
class=
"img5"
src=
"@/assets/img/pay/img5.png"
alt=
""
/>
...
...
@@ -152,7 +152,7 @@
<div
class=
"right-now row-center-center ff-pp fc-f fs-36"
@
click=
"_gatewayCreateorder"
@
click
.
once
=
"_gatewayCreateorder"
>
立刻获取200+套取名方案
</div>
...
...
src/views/Result/index.vue
View file @
a38c9db1
<
template
>
<div
id=
"result"
>
<status-bar>
<span>
宝宝
起名
</span>
<span>
趣味
起名
</span>
</status-bar>
<div
class=
"result-body col-center-center fs-32 fw-400 ff-pp fc-3"
>
...
...
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