This website works better with JavaScript
Home
Explore
Help
Sign In
dever-product
/
churen
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
edit
rabin
2 years ago
parent
1711f628e3
commit
8e01de7b70
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
service/option/lib/Account.php
+ 1
- 1
service/option/lib/Account.php
View File
@@
-105
,
7
+
105
,
7
@@
class
Account
return
$string;
}
else
{
-
return
''
;
+
return
'
未签署
'
;
}
}