Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lumastoreapp
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
xieyishang
lumastoreapp
Commits
4f5caee7
Commit
4f5caee7
authored
Apr 02, 2021
by
xieyishang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
addxx
parent
75e65e4d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
components/best-payment-password/best-payment-password.vue
components/best-payment-password/best-payment-password.vue
+1
-1
pages/yjWithdraw/yjWithdraw.vue
pages/yjWithdraw/yjWithdraw.vue
+6
-3
No files found.
components/best-payment-password/best-payment-password.vue
View file @
4f5caee7
...
@@ -108,7 +108,7 @@
...
@@ -108,7 +108,7 @@
console
.
log
(
'
跳转到忘记密码
'
)
console
.
log
(
'
跳转到忘记密码
'
)
uni
.
navigateTo
({
uni
.
navigateTo
({
url
:
'
/pages/
Paypassword/Payp
assword
'
url
:
'
/pages/
setPassword/setPayP
assword
'
});
});
},
},
cancel
:
function
()
{
cancel
:
function
()
{
...
...
pages/yjWithdraw/yjWithdraw.vue
View file @
4f5caee7
...
@@ -367,7 +367,7 @@
...
@@ -367,7 +367,7 @@
console
.
info
(
e
);
console
.
info
(
e
);
this
.
$refs
.
VerifyIdentity
.
cancel
();
//关闭
this
.
$refs
.
VerifyIdentity
.
cancel
();
//关闭
let
edata
=
e
;
let
edata
=
e
;
//验证码数据
delete
edata
.
type
;
delete
edata
.
type
;
this
.
params
=
edata
;
this
.
params
=
edata
;
this
.
cashUserFundFun
(
1
);
this
.
cashUserFundFun
(
1
);
...
@@ -454,6 +454,7 @@
...
@@ -454,6 +454,7 @@
let
res
=
await
cashUserFund
(
can
);
let
res
=
await
cashUserFund
(
can
);
this
.
paymentPwd
=
""
;
if
(
res
.
code
==
0
){
if
(
res
.
code
==
0
){
this
.
paymentPwd
=
""
;
this
.
paymentPwd
=
""
;
...
@@ -596,14 +597,16 @@
...
@@ -596,14 +597,16 @@
if
(
this
.
tabactive
==
1
){
if
(
this
.
tabactive
==
1
){
//提现到微信
//提现到微信
this
.
cashUserFundFun
();
// this.cashUserFundFun();
this
.
$refs
.
VerifyIdentity
.
show
();
}
else
if
(
this
.
tabactive
==
2
){
}
else
if
(
this
.
tabactive
==
2
){
//提现到余额
//提现到余额
//this.userTransferMoneyFun();
//this.userTransferMoneyFun();
}
else
if
(
this
.
tabactive
==
3
){
}
else
if
(
this
.
tabactive
==
3
){
//提现到银行卡
//提现到银行卡
this
.
cashUserFundFun
();
// this.cashUserFundFun();
this
.
$refs
.
VerifyIdentity
.
show
();
}
}
}
}
// uni.navigateTo({
// uni.navigateTo({
...
...
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