投资限制
This commit is contained in:
@@ -117,6 +117,8 @@ module.exports = {
|
|||||||
(coinId === 'vic' && +amount < 1000)
|
(coinId === 'vic' && +amount < 1000)
|
||||||
||
|
||
|
||||||
+amount > (fund && +fund.fundSum || 10000)
|
+amount > (fund && +fund.fundSum || 10000)
|
||||||
|
||
|
||||||
|
+fund.fundSum === 0
|
||||||
) {
|
) {
|
||||||
return res.json({
|
return res.json({
|
||||||
code: 4,
|
code: 4,
|
||||||
|
|||||||
Reference in New Issue
Block a user