|
@@ -112,11 +112,11 @@ class Applet extends Base
|
|
|
|
|
|
if ($user['mobile']) {
|
|
if ($user['mobile']) {
|
|
$result['mobile'] = $user['mobile'];
|
|
$result['mobile'] = $user['mobile'];
|
|
- }
|
|
|
|
-
|
|
|
|
- if (function_exists('checkVersion')) {
|
|
|
|
- if (checkVersion()->mobile == 2) {
|
|
|
|
- $result['mobile'] = '101010';
|
|
|
|
|
|
+ } else {
|
|
|
|
+ if (function_exists('checkVersion')) {
|
|
|
|
+ if (checkVersion()->mobile == 2) {
|
|
|
|
+ $result['mobile'] = '101010';
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|