Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
c621c4a0
Commit
c621c4a0
authored
Sep 14, 2020
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改小问题
parent
f9542d84
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
11 deletions
+17
-11
share-team.vue
pages/share-team/share-team.vue
+1
-1
cash.vue
pages/share/cash/cash.vue
+16
-10
No files found.
pages/share-team/share-team.vue
View file @
c621c4a0
...
@@ -101,7 +101,7 @@
...
@@ -101,7 +101,7 @@
pageSize
:
10
,
pageSize
:
10
,
GradeId
:
1
GradeId
:
1
},
},
titleDirect
:
1
,
titleDirect
:
0
,
msg2
:
{
msg2
:
{
pageIndex
:
1
,
pageIndex
:
1
,
pageSize
:
10
,
pageSize
:
10
,
...
...
pages/share/cash/cash.vue
View file @
c621c4a0
...
@@ -227,24 +227,25 @@
...
@@ -227,24 +227,25 @@
this
.
isshowagreement
=
false
this
.
isshowagreement
=
false
},
},
getapply
(){
getapply
(){
this
.
prohibit
=
true
;
let
that
=
this
let
that
=
this
uni
.
requestSubscribeMessage
({
uni
.
requestSubscribeMessage
({
tmplIds
:
that
.
cash
.
template_message_list
,
tmplIds
:
that
.
cash
.
template_message_list
,
complete
(
res
)
{
complete
(
res
)
{
console
.
log
(
that
.
msg
.
AppliedMoney
)
if
(
that
.
msg
.
AppliedMoney
<
0
){
if
(
that
.
msg
.
AppliedMoney
<
0
){
uni
.
showToast
({
uni
.
showToast
({
title
:
"请输入提现金额"
,
title
:
"请输入提现金额"
,
icon
:
"none"
icon
:
"none"
});
});
that
.
prohibit
=
false
return
false
return
false
}
}
if
(
that
.
txmode
==
''
){
if
(
that
.
txmode
==
''
){
uni
.
showToast
({
uni
.
showToast
({
title
:
"请选择提现方式"
,
title
:
"请选择提现方式"
,
icon
:
"none"
icon
:
"none"
});
});
that
.
prohibit
=
false
return
false
return
false
}
}
if
(
that
.
msg
.
WithdrawalWay
==
2
||
that
.
msg
.
WithdrawalWay
==
3
||
that
.
msg
.
WithdrawalWay
==
4
){
if
(
that
.
msg
.
WithdrawalWay
==
2
||
that
.
msg
.
WithdrawalWay
==
3
||
that
.
msg
.
WithdrawalWay
==
4
){
...
@@ -252,21 +253,24 @@
...
@@ -252,21 +253,24 @@
uni
.
showToast
({
uni
.
showToast
({
title
:
"账户名称不能为空"
,
title
:
"账户名称不能为空"
,
icon
:
"none"
icon
:
"none"
});
});
that
.
prohibit
=
false
return
false
return
false
}
}
if
(
that
.
msg
.
AccountNumber
==
''
){
if
(
that
.
msg
.
AccountNumber
==
''
){
uni
.
showToast
({
uni
.
showToast
({
title
:
"账户号不能为空"
,
title
:
"账户号不能为空"
,
icon
:
"none"
icon
:
"none"
});
});
that
.
prohibit
=
false
return
false
return
false
}
}
if
(
that
.
msg
.
BankName
==
''
&&
that
.
msg
.
WithdrawalWay
==
4
){
if
(
that
.
msg
.
BankName
==
''
&&
that
.
msg
.
WithdrawalWay
==
4
){
uni
.
showToast
({
uni
.
showToast
({
title
:
"银行名称不能为空"
,
title
:
"银行名称不能为空"
,
icon
:
"none"
icon
:
"none"
});
});
that
.
prohibit
=
false
return
false
return
false
}
}
}
}
...
@@ -276,7 +280,8 @@
...
@@ -276,7 +280,8 @@
uni
.
showToast
({
uni
.
showToast
({
title
:
"提现金额大于等于"
+
that
.
cash
.
MinimumWithdrawalLimit
,
title
:
"提现金额大于等于"
+
that
.
cash
.
MinimumWithdrawalLimit
,
icon
:
"none"
icon
:
"none"
});
});
that
.
prohibit
=
false
return
false
return
false
}
}
}
}
...
@@ -284,7 +289,8 @@
...
@@ -284,7 +289,8 @@
uni
.
showToast
({
uni
.
showToast
({
title
:
'余额不足'
,
title
:
'余额不足'
,
icon
:
"none"
icon
:
"none"
});
});
that
.
prohibit
=
false
return
false
return
false
}
}
...
@@ -294,7 +300,7 @@
...
@@ -294,7 +300,7 @@
title
:
'加载中'
,
title
:
'加载中'
,
icon
:
'none'
icon
:
'none'
})
})
that
.
prohibit
=
true
;
//禁止接口没回来时候的再次操作
that
.
request2
(
that
.
request2
(
{
{
url
:
'/api/AppletUser/SetUserDistrbutorWithdrawDeposit'
,
url
:
'/api/AppletUser/SetUserDistrbutorWithdrawDeposit'
,
...
...
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