返利数量不能为空
This commit is contained in:
@@ -724,6 +724,11 @@ export default {
|
||||
$("#tipModal").modal('show');
|
||||
return;
|
||||
}
|
||||
if (!profitAmount || profitAmount <= 0) {
|
||||
$("#tipMsg").text("返利数量不能为空!");
|
||||
$("#tipModal").modal('show');
|
||||
return;
|
||||
}
|
||||
let returnProfit = {
|
||||
vipLevel: vipLevel,
|
||||
profitDate: profitDate,
|
||||
|
Reference in New Issue
Block a user