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
85c335c2
Commit
85c335c2
authored
Nov 29, 2023
by
limeimei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
5b893edd
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
4 deletions
+10
-4
common.vue
src/views/common.vue
+1
-0
common2.vue
src/views/common2.vue
+1
-0
pay.vue
src/views/sim/pay.vue
+5
-4
photograph.vue
src/views/sim/photograph.vue
+3
-0
No files found.
src/views/common.vue
View file @
85c335c2
...
@@ -77,6 +77,7 @@
...
@@ -77,6 +77,7 @@
// 返回主页
// 返回主页
gohome
()
{
gohome
()
{
// AppInterface.closeCamera();
clearInterval
(
this
.
timer
);
clearInterval
(
this
.
timer
);
this
.
$router
.
replace
({
this
.
$router
.
replace
({
name
:
"visitor"
,
name
:
"visitor"
,
...
...
src/views/common2.vue
View file @
85c335c2
...
@@ -114,6 +114,7 @@
...
@@ -114,6 +114,7 @@
// 返回主页
// 返回主页
gohome
()
{
gohome
()
{
// AppInterface.closeCamera();
clearInterval
(
this
.
timer
);
clearInterval
(
this
.
timer
);
this
.
$router
.
replace
({
this
.
$router
.
replace
({
name
:
"sim"
,
name
:
"sim"
,
...
...
src/views/sim/pay.vue
View file @
85c335c2
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<div
class=
"price"
>
¥
<span>
95
</span></div>
<div
class=
"price"
>
¥
<span>
95
</span></div>
<div
class=
"price_type"
>
<div
class=
"price_type"
>
<div
class=
"price_wechat"
>
<div
class=
"price_wechat"
>
<img
class=
"price_img"
/>
<img
class=
"price_img"
src=
""
/>
<div
class=
"price_tips"
>
使用
<span>
微信
</span>
扫一扫进行支付
</div>
<div
class=
"price_tips"
>
使用
<span>
微信
</span>
扫一扫进行支付
</div>
</div>
</div>
<div
class=
"price_alipay"
>
<div
class=
"price_alipay"
>
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
<div
class=
"price_tips"
>
使用
<span>
支付宝
</span>
扫一扫进行支付
</div>
<div
class=
"price_tips"
>
使用
<span>
支付宝
</span>
扫一扫进行支付
</div>
</div>
</div>
</div>
</div>
<
button
@
click=
"comfim"
>
下一步
</
button>
<
el-button
@
click=
"comfim"
type=
"primary"
style=
"margin-top: 20px;"
>
下一步
</el-
button>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
@@ -67,6 +67,7 @@
...
@@ -67,6 +67,7 @@
box-sizing
:
border-box
;
box-sizing
:
border-box
;
background
:
white
;
background
:
white
;
border-radius
:
14px
;
border-radius
:
14px
;
text-align
:
center
;
}
}
.order_top
{
.order_top
{
...
@@ -99,7 +100,7 @@
...
@@ -99,7 +100,7 @@
.collection
{
.collection
{
width
:
100%
;
width
:
100%
;
background
:
white
;
background
:
white
;
padding-top
:
7
0px
;
padding-top
:
4
0px
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
}
...
@@ -114,7 +115,7 @@
...
@@ -114,7 +115,7 @@
color
:
#333333
;
color
:
#333333
;
font-size
:
22px
;
font-size
:
22px
;
margin-top
:
2
7px
;
margin-top
:
1
7px
;
text-align
:
center
;
text-align
:
center
;
}
}
...
...
src/views/sim/photograph.vue
View file @
85c335c2
...
@@ -58,6 +58,9 @@
...
@@ -58,6 +58,9 @@
});
});
}
}
else
{
this
.
$message
.
error
(
"核验失败"
);
}
}
}
...
...
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