rabin 2 years ago
parent
commit
8e01de7b70
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/option/lib/Account.php

+ 1 - 1
service/option/lib/Account.php

@@ -105,7 +105,7 @@ class Account
             return $string;
             
         } else {
-            return '';
+            return '未签署';
         }
     }