* Adjust bind user error.

This commit is contained in:
caoyanyi
2023-11-01 14:24:06 +08:00
parent 2bf333d4db
commit a6b73fbd59
6 changed files with 15 additions and 9 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ form
array(
'text' => $lang->save,
'btnType' => 'primary',
'onClick' => jsRaw("() => {bindUser()}")
'onClick' => jsRaw("bindUser")
),
array(
'text' => $lang->goback,