Commit d5a3c28e authored by Hsinli's avatar Hsinli

Merge branch 'master' of t-git.51gjj.com:fangbin/51business

parents 7901323a 13f32d15
Pipeline #6479 passed with stage
in 8 seconds
...@@ -94,7 +94,8 @@ class ToolController extends Controller { ...@@ -94,7 +94,8 @@ class ToolController extends Controller {
area_name: { type: 'string', required: true }, area_name: { type: 'string', required: true },
down_payment: { type: 'string', required: true }, down_payment: { type: 'string', required: true },
invest_payment: { type: 'string', required: true }, invest_payment: { type: 'string', required: true },
total_price: { type: 'string', required: true } total_price: { type: 'string', required: true },
prepare_time: { type: 'string', required: true }
} }
ctx.validate(rule, input_parmas); ctx.validate(rule, input_parmas);
if (!parseFloat(input_parmas.invest_payment)) { if (!parseFloat(input_parmas.invest_payment)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment