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