Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
X
xzf_uniapp-wechat-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
李智书
xzf_uniapp-wechat-web
Commits
21cafe4e
Commit
21cafe4e
authored
Dec 03, 2021
by
李智书
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.提交更新;
parent
80b1ed32
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
16 deletions
+3
-16
src/pages/BankModule/Reflect/Reflect.vue
src/pages/BankModule/Reflect/Reflect.vue
+3
-16
No files found.
src/pages/BankModule/Reflect/Reflect.vue
View file @
21cafe4e
...
@@ -60,7 +60,8 @@
...
@@ -60,7 +60,8 @@
<
script
>
<
script
>
import
{
import
{
Dialog
Dialog
,
Toast
}
from
'
vant
'
;
}
from
'
vant
'
;
import
keyboardPackage
from
"
@/components/keyboard-package/keyboard-package.vue
"
import
keyboardPackage
from
"
@/components/keyboard-package/keyboard-package.vue
"
import
cityData
from
"
@/common/js/city.js
"
import
cityData
from
"
@/common/js/city.js
"
...
@@ -245,21 +246,7 @@
...
@@ -245,21 +246,7 @@
},
},
// 提现
// 提现
async
toDeposit
()
{
async
toDeposit
()
{
if
(
!
this
.
inputOtherM
)
{
uni
.
showModal
({
title
:
"
系统提示
"
,
content
:
"
请输入要提现的金额!
"
})
return
}
if
(
this
.
inputOtherM
*
1
<
0.01
)
{
weui
.
topTips
(
'
提现金额须大于等于0.01元
'
);
return
}
if
(
this
.
inputOtherM
*
1
>
this
.
ReflectMoney
)
{
weui
.
topTips
(
`提现金额不可大于账户余额`
);
return
}
this
.
$refs
.
popup
.
open
(
'
top
'
)
this
.
$refs
.
popup
.
open
(
'
top
'
)
},
},
// 提现
// 提现
...
...
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