Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
source-trace-manage
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenqikuai
source-trace-manage
Commits
9e181ecf
Commit
9e181ecf
authored
Apr 20, 2022
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
ee968b2a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
3 deletions
+35
-3
index.vue
src/views/userCenter/choosePackage/index.vue
+35
-3
No files found.
src/views/userCenter/choosePackage/index.vue
View file @
9e181ecf
...
...
@@ -208,12 +208,44 @@
</div>
<sy-common-dialog
showMask
v-if
=
"PromptShow"
:visible
=
"PromptShow"
@
closePopup=
"PromptShow = false"
type=
"element"
:elementDialogProps=
"
{
title: '提示',
width: '600px',
}"
:btnConfig="{
type: 'noBorder',
btns: [{
name: '取消',
disabled: false,
loading: false,
type: 'default' as const,
},
{
name: '确定',
disabled: false,
loading: false,
type: 'primary' as const,
}
],
btnFunctions: [{
name: '取消',
async click(){
return true;
},
}, {
name: '确定',
click: async() =>{
$refs.notify.checkForm()
return true;
},
}]
}"
>
<syPrompt
:width=
"600"
:height=
"368"
ref=
"notify"
tip=
"您的账户还很充足奥~请剩余少量余额时在进行充值"
@
close=
"PromptShow = false"
@
confirm=
"PromptShow = false"
...
...
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