Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
campSite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨梦雪
campSite
Commits
449f5c7e
Commit
449f5c7e
authored
Nov 25, 2022
by
杨梦雪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改支付提示弹框
parent
6cd392e1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
1 deletion
+18
-1
src/components/index/SignUp/paying.vue
src/components/index/SignUp/paying.vue
+18
-1
No files found.
src/components/index/SignUp/paying.vue
View file @
449f5c7e
...
@@ -106,7 +106,19 @@
...
@@ -106,7 +106,19 @@
width=
"30%"
width=
"30%"
:before-close=
"handleClose"
:before-close=
"handleClose"
>
>
<span>
电脑端打开付款二维码后不允许切换手机端
</span>
<div
class=
"margin1"
>
如您使用手机报名:点击“确认”后将直接发起微信支付,按照指引完成支付即可。
</div>
<div
class=
"margin1"
>
如您使用电脑报名:点击“确认”后系统将出现支付二维码,使用手机微信或支付宝扫码,按照指引完成支付即可。
</div>
<div>
<div>
为保障支付顺利,请注意:
</div>
<div>
1、请确保支付账户余额充足。
</div>
<div>
2、如因支付失败需再次支付时,务必使用和第一次支付时相同的微信或支付宝账号进行操作。
</div>
</div>
<span
slot=
"footer"
class=
"dialog-footer"
>
<span
slot=
"footer"
class=
"dialog-footer"
>
<el-button
@
click=
"dialogPayingVisible = false"
>
取 消
</el-button>
<el-button
@
click=
"dialogPayingVisible = false"
>
取 消
</el-button>
<el-button
type=
"primary"
@
click=
"toPaying"
>
确 定
</el-button>
<el-button
type=
"primary"
@
click=
"toPaying"
>
确 定
</el-button>
...
@@ -771,6 +783,11 @@ export default {
...
@@ -771,6 +783,11 @@ export default {
.flex
{
.flex
{
display
:
flex
;
display
:
flex
;
}
}
.margin1
{
margin-bottom
:
1rem
;
}
::v-deep
.hide
{
::v-deep
.hide
{
.el-upload--picture-card
{
.el-upload--picture-card
{
display
:
none
;
display
:
none
;
...
...
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