@@ -176,6 +176,7 @@ class My extends Core
# 确认签署
public function act_commit()
{
+ Dever::config('base')->hook = true;
$update['sign'] = Dever::input('sign');
if (!$update['sign']) {
Dever::alert('请上传签名');