作者 王晓刚
1 个管道 的构建 通过 耗费 2 秒

保险金额改为保险额度

@@ -129,8 +129,6 @@ class FormController extends WeChatBaseController @@ -129,8 +129,6 @@ class FormController extends WeChatBaseController
129 if (!$validate->check($param)) { 129 if (!$validate->check($param)) {
130 $this->error($validate->getError()); 130 $this->error($validate->getError());
131 } 131 }
132 - dump($param['recommend']);  
133 - exit();  
134 $images = []; 132 $images = [];
135 if(!empty($param['imgs'])){ 133 if(!empty($param['imgs'])){
136 134