Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sim
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
limeimei
sim
Commits
3b945d48
Commit
3b945d48
authored
Nov 17, 2023
by
limeimei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
发放sim卡
parent
4f81c66d
Pipeline
#1971
canceled with stages
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
150 additions
and
153 deletions
+150
-153
index.js
src/router/index.js
+2
-2
common.vue
src/views/common.vue
+1
-8
common2.vue
src/views/common2.vue
+1
-2
pay.vue
src/views/sim/pay.vue
+24
-26
register.vue
src/views/sim/register.vue
+112
-110
card.vue
src/views/visitor/card.vue
+8
-0
standby.vue
src/views/visitor/standby.vue
+2
-5
No files found.
src/router/index.js
View file @
3b945d48
...
...
@@ -100,7 +100,7 @@ const routes = [
name
:
"card"
,
component
:
Card
,
meta
:
{
title
:
"发放
访客卡
"
,
title
:
"发放
成功
"
,
},
},
{
...
...
@@ -108,7 +108,7 @@ const routes = [
name
:
"send"
,
component
:
Send
,
meta
:
{
title
:
"发放
成功
"
,
title
:
"发放
访客卡
"
,
},
},
],
...
...
src/views/common.vue
View file @
3b945d48
...
...
@@ -58,7 +58,7 @@
},
// 倒计时
decrease
()
{
return
//
return
// this.timer && clearInterval(this.timer);
var
that
=
this
;
that
.
timer
=
setInterval
(()
=>
{
...
...
@@ -97,22 +97,18 @@
<
style
scoped
>
.wrapper
{
background
:
#F0F2F8
;
box-sizing
:
border-box
;
/* padding-bottom: 30px; */
}
.home
{
width
:
18px
;
height
:
20px
;
margin-right
:
7px
;
/* margin-top: 25px; */
}
.common
{
/* width: 100%; */
height
:
70px
;
background
:
#507DD9
;
box-shadow
:
0px
3px
6px
1px
rgba
(
0
,
0
,
0
,
0.05
);
...
...
@@ -150,7 +146,6 @@
}
.hotel_content
{
/* height: 730px; */
width
:
1280px
;
padding
:
30px
;
box-sizing
:
border-box
;
...
...
@@ -158,8 +153,6 @@
}
.hotel_content_frame
{
/* width: 100%;
height: 100%; */
position
:
relative
;
border-radius
:
14px
;
background
:
white
;
...
...
src/views/common2.vue
View file @
3b945d48
...
...
@@ -96,7 +96,7 @@
},
// 倒计时
decrease
()
{
return
//
return
// this.timer && clearInterval(this.timer);
var
that
=
this
;
that
.
timer
=
setInterval
(()
=>
{
...
...
@@ -142,7 +142,6 @@
width
:
18px
;
height
:
20px
;
margin-right
:
7px
;
/* margin-top: 25px; */
}
.common
{
...
...
src/views/sim/pay.vue
View file @
3b945d48
...
...
@@ -6,7 +6,7 @@
</div>
<div
class=
"collection"
>
<div
class=
"price_title"
>
支付金额
</div>
<div
class=
"price"
>
¥
<span>
9
9
</span></div>
<div
class=
"price"
>
¥
<span>
9
5
</span></div>
<div
class=
"price_type"
>
<div
class=
"price_wechat"
>
<img
class=
"price_img"
/>
...
...
@@ -30,7 +30,6 @@
},
comfim
()
{
console
.
log
(
111
)
this
.
$router
.
push
({
name
:
"simCard"
,
});
...
...
@@ -42,66 +41,65 @@
<
style
scoped
>
.order
{
width
:
100%
;
height
:
100%
;
padding
:
0
45
px
;
height
:
620px
;
padding
:
30
px
;
box-sizing
:
border-box
;
background
:
white
;
border-radius
:
21
px
;
border-radius
:
14
px
;
}
.order_top
{
height
:
132px
;
width
:
100%
;
position
:
relative
;
}
.goback
{
width
:
141px
;
height
:
51px
;
position
:
absolute
;
top
:
45px
;
left
:
0
;
width
:
94px
;
height
:
34px
;
cursor
:
pointer
;
font-size
:
21
px
;
font-size
:
16
px
;
color
:
#666666
;
background
:
#ffffff
;
border-radius
:
6px
6px
6px
6
px
;
border
:
2
px
solid
#707070
;
border-radius
:
4
px
;
border
:
1
px
solid
#707070
;
text-align
:
center
;
line-height
:
51
px
;
line-height
:
34
px
;
}
.order_title
{
font-size
:
42
px
;
font-size
:
28
px
;
color
:
#000000
;
width
:
100%
;
text-align
:
center
;
line-height
:
132px
;
}
.collection
{
width
:
100%
;
background
:
white
;
height
:
729px
;
padding-top
:
60px
;
padding-top
:
70px
;
box-sizing
:
border-box
;
}
.price_title
{
font-size
:
24px
;
font-size
:
16px
;
color
:
#666666
;
text-align
:
center
;
}
.price
{
color
:
#333333
;
font-size
:
33px
;
font-size
:
22px
;
margin-top
:
27px
;
text-align
:
center
;
}
.price
span
{
font-size
:
72px
;
font-size
:
48px
;
}
.price_type
{
...
...
@@ -112,21 +110,21 @@
}
.price_img
{
width
:
342
px
;
height
:
342
px
;
width
:
228
px
;
height
:
228
px
;
}
.price_wechat
{
margin-right
:
21
0px
;
margin-right
:
14
0px
;
}
.price_tips
{
font-size
:
24
px
;
font-size
:
16
px
;
color
:
#999999
;
text-align
:
center
;
}
.price_tips
span
{
color
:
#
eb9c4e
;
color
:
#
999999
;
}
</
style
>
\ No newline at end of file
src/views/sim/register.vue
View file @
3b945d48
...
...
@@ -5,58 +5,59 @@
<div
class=
"order_title"
>
确认订单
</div>
</div>
<div
class=
"collection"
>
<div
class=
"roominfo"
>
<!--
<div
class=
"roominfo_name"
>
房间号
</div>
<div
class=
"roominfo_num"
>
3602
</div>
<div
class=
"roominfo_type"
>
豪华大床房
</div>
-->
</div>
<div
class=
"roomcheck"
>
<div
class=
"roomcheck_sin"
>
<div
class=
"roomcheck_sin_name"
>
机主信息
</div>
<div
class=
"roomcheck_sin_people"
>
王大锤
</div>
</div>
<div
class=
"roomcheck_sin"
>
<div
class=
"roomcheck_sin_name"
>
您的号码
</div>
<div
class=
"roomcheck_sin_people"
>
172-0728-2374
</div>
</div>
<div
class=
"roomcheck_sin_bottom"
>
<div
class=
"roomcheck_sin_name"
>
您的套餐
<div
class=
"roomcheck_sin_right"
>
<span
class=
"roomprice_num roomprice_num_a"
>
¥
</span><span
class=
"roomprice_num_text"
>
45
</span><span
class=
"roomprice_num_text2"
>
/月
</span>
</div>
<div
class=
"roominfo"
>
</div>
<div>
<div
class=
"roomcheck_sin roomcheck_sin_a"
>
<div
class=
"roomcheck_sin_name"
>
机主信息
</div>
<div
class=
"roomcheck_sin_people"
>
王大锤
</div>
</div>
<div
class=
"roomcheck_sin_time_a roomcheck_sin_time_title"
>
套餐内容:
</div>
<div
class=
"roomcheck_sin_time_a"
>
40GB流量
</div>
<div
class=
"roomcheck_sin_time_a"
>
本地语音通话和短信任用
<div
class=
"roomcheck_sin"
>
<div
class=
"roomcheck_sin_name"
>
您的号码
</div>
<div
class=
"roomcheck_sin_people"
>
172-0728-2374
</div>
</div>
<div
class=
"roomcheck_sin_time_a"
>
2000分钟中国内地及香港地区漫游语音通话
<div
class=
"roomcheck_sin_bottom"
>
<div
class=
"roomcheck_sin_name"
>
您的套餐
<div
class=
"roomcheck_sin_right"
>
<span
class=
"roomprice_num roomprice_num_a"
>
¥
</span><span
class=
"roomprice_num_text"
>
45
</span><span
class=
"roomprice_num_text2"
>
/月
</span>
</div>
</div>
<div
class=
"roomcheck_sin_time_a roomcheck_sin_time_title"
>
套餐内容:
</div>
<div
class=
"roomcheck_sin_time_a"
>
40GB流量
</div>
<div
class=
"roomcheck_sin_time_a"
>
本地语音通话和短信任用
</div>
<div
class=
"roomcheck_sin_time_a"
>
2000分钟中国内地及香港地区漫游语音通话
</div>
</div>
</div>
</div>
<div
class=
"shu"
></div>
<div
class=
"roomprice"
>
<div
class=
"roomprice_title"
>
支付金额
</div>
<div
class=
"roomprice_num"
>
¥
<span>
588
</span></div>
<div
class=
"roomprice_num"
>
¥
<span>
95
</span></div>
<div
class=
"roomprice_tips"
>
<div
class=
"heng"
></div>
<div>
费用明细
</div>
<div
class=
"heng"
></div>
</div>
<div
class=
"roomprice_specific"
>
<div
class=
"roomprice_specific_name"
>
房间
费用
</div>
<div
class=
"roomprice_specific_num"
>
20
0
</div>
<div
class=
"roomprice_specific_name"
>
SIM卡
费用
</div>
<div
class=
"roomprice_specific_num"
>
¥5
0
</div>
</div>
<div
class=
"roomprice_specific"
>
<div
class=
"roomprice_specific_name"
>
房间
费用
</div>
<div
class=
"roomprice_specific_num"
>
200
</div>
<div
class=
"roomprice_specific_name"
>
套餐
费用
</div>
<div
class=
"roomprice_specific_num"
>
¥45
</div>
</div>
<div
class=
"roomprice_bto"
@
click=
"pay"
>
确认支付
</div>
</div>
...
...
@@ -85,126 +86,121 @@
<
style
scoped
>
.order
{
width
:
100%
;
height
:
100%
;
padding
:
0
45
px
;
height
:
620px
;
padding
:
30px
82px
30px
30
px
;
box-sizing
:
border-box
;
background
:
white
;
border-radius
:
21
px
;
padding-bottom
:
75px
;
border-radius
:
14
px
;
/* padding-bottom: 75px; */
}
.order_top
{
height
:
132px
;
/* height: 132px; */
width
:
100%
;
position
:
relative
;
}
.gobak
{
width
:
141
px
;
height
:
51
px
;
width
:
94
px
;
height
:
34
px
;
position
:
absolute
;
top
:
45px
;
left
:
0
;
cursor
:
pointer
;
font-size
:
21
px
;
font-size
:
14
px
;
color
:
#666666
;
background
:
#ffffff
;
border-radius
:
6px
6px
6px
6
px
;
border
:
2
px
solid
#707070
;
border-radius
:
4
px
;
border
:
1
px
solid
#707070
;
text-align
:
center
;
line-height
:
51
px
;
line-height
:
34
px
;
}
.order_title
{
font-size
:
42
px
;
font-size
:
28
px
;
color
:
#000000
;
width
:
100%
;
text-align
:
center
;
line-height
:
132px
;
/* line-height: 132px; */
}
.collection
{
width
:
100%
;
/* width: 100%; */
background
:
white
;
height
:
729px
;
/* height: 550px; */
display
:
flex
;
align-items
:
center
;
/* align-items: center; */
box-sizing
:
border-box
;
margin-top
:
44px
;
}
.roominfo
{
width
:
467px
;
height
:
100%
;
padding
:
51px
0
0
53px
;
box-sizing
:
border-box
;
background
:
url("~@/assets/sim/card5.png")
;
background-size
:
100%
100%
;
}
.roominfo_name
{
font-size
:
30px
;
color
:
#a28263
;
}
.roominfo_num
{
font-size
:
90px
;
color
:
#7f5321
;
margin
:
12px
0
15px
;
}
.roominfo_type
{
width
:
141px
;
height
:
54px
;
border-radius
:
6px
6px
6px
6px
;
text-align
:
center
;
line-height
:
54px
;
color
:
#7f5321
;
font-size
:
21px
;
border
:
1px
solid
#7f5321
;
.roomcheck
{
/* width: 70%; */
/* height: 100%; */
/* padding: 0 60px 0 30px; */
box-sizing
:
border-box
;
display
:
flex
;
/* margin-top: 44px; */
}
.room
check
{
width
:
636
px
;
height
:
100%
;
padding
:
0
60px
0
45px
;
.room
info
{
width
:
302
px
;
height
:
449px
;
/* padding: 51px 0 0 53px; */
box-sizing
:
border-box
;
background
:
url("~@/assets/sim/card5.png")
;
background-size
:
100%
100%
;
margin-right
:
39px
;
}
.roomcheck_sin
{
width
:
531
px
;
height
:
156
px
;
width
:
354
px
;
height
:
98
px
;
display
:
flex
;
align-items
:
center
;
justify-content
:
space-between
;
border-bottom
:
1px
solid
#e0e0e0
;
}
.roomcheck_sin_a
{
height
:
auto
!important
;
padding-bottom
:
40px
;
padding-top
:
23px
;
}
.roomcheck_sin_name
{
font-size
:
24px
;
font-size
:
16px
;
color
:
#666666
;
}
.roomcheck_sin_people
{
font-size
:
27px
;
font-size
:
18px
;
color
:
#333333
;
font-weight
:
bold
;
}
.roomcheck_sin_time
{
font-size
:
24px
;
margin-top
:
45
px
;
margin-top
:
30
px
;
color
:
#000000
;
}
.roomcheck_sin_time_title
{
margin-top
:
45
px
!important
;
margin-top
:
30
px
!important
;
color
:
#666666
!important
;
}
.roomcheck_sin_time_a
{
font-size
:
24
px
;
margin-top
:
1
4
px
;
font-size
:
16
px
;
margin-top
:
1
2
px
;
color
:
#000000
;
}
...
...
@@ -226,24 +222,27 @@
.roomprice_num_text2
{
font-size
:
21
px
;
font-size
:
14
px
;
}
.roomcheck_sin_bottom
{
margin-top
:
6
0px
;
margin-top
:
3
0px
;
}
.shu
{
width
:
1px
;
height
:
489px
;
height
:
326px
;
background
:
#e0e0e0
;
margin
:
63px
51px
0
40px
;
}
.roomprice
{
flex
:
1
;
height
:
100%
;
padding
:
60px
77px
0
;
/* height: 100%; */
/* padding: 60px 77px 0; */
box-sizing
:
content-box
;
padding-top
:
23px
;
}
.roomprice_tips
{
...
...
@@ -254,54 +253,57 @@
}
.heng
{
width
:
1
68
px
;
width
:
1
00
px
;
height
:
1px
;
background
:
#e0e0e0
;
}
.roomprice_title
{
font-size
:
24
px
;
font-size
:
16
px
;
color
:
#666666
;
text-align
:
center
;
}
.roomprice_num
{
color
:
#
333333
;
font-size
:
33
px
;
color
:
#
000000
;
font-size
:
22
px
;
text-align
:
center
;
margin
:
27px
0
84px
;
margin
:
18px
0
64px
;
font-weight
:
bold
;
}
.roomprice_num
span
{
font-size
:
72
px
;
font-size
:
48
px
;
}
.roomprice_specific
{
display
:
flex
;
margin-top
:
42
px
;
margin-top
:
11
px
;
justify-content
:
space-between
;
}
.roomprice_specific_name
{
font-size
:
24
px
;
font-size
:
16
px
;
color
:
#666666
;
}
.roomprice_specific_num
{
color
:
#000000
;
font-size
:
3
0px
;
font-size
:
2
0px
;
}
.roomprice_bto
{
width
:
198px
;
height
:
75px
;
width
:
132px
;
height
:
50px
;
background
:
#437AE5
;
border-radius
:
4px
4px
4px
4px
;
text-align
:
center
;
line-height
:
75px
;
font-size
:
27px
;
line-height
:
50px
;
font-size
:
18px
;
cursor
:
pointer
;
color
:
#ffffff
;
margin
:
150px
auto
0
;
background
:
#437AE5
;
border-radius
:
6px
6px
6px
6px
;
margin
:
100px
auto
0
;
}
</
style
>
\ No newline at end of file
src/views/visitor/card.vue
View file @
3b945d48
...
...
@@ -131,4 +131,12 @@
border
:
1px
solid
#707070
;
}
::v-deep
.el-button--primary
{
width
:
208px
;
height
:
70px
;
border
:
none
;
background
:
#437AE5
;
font-size
:
24px
;
}
</
style
>
\ No newline at end of file
src/views/visitor/standby.vue
View file @
3b945d48
...
...
@@ -71,10 +71,10 @@
</
script
>
<
style
scoped
>
.standby
{
/* height: 100%; */
height
:
800px
;
width
:
100%
;
background
:
url("~@/assets/visitor/background.png")
no-repeat
;
background-size
:
1
00%
;
background-size
:
1
280px
800px
;
box-sizing
:
border-box
;
}
...
...
@@ -98,10 +98,7 @@
.header_right
{
display
:
flex
;
color
:
#FFFFFF
;
/* align-items: center; */
/* height: 105px; */
margin-top
:
24px
;
}
...
...
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