...
|
...
|
@@ -187,8 +187,8 @@ var _getAppVersionByUa = function() { |
|
|
|
|
|
exports.getAppVersion = function() {
|
|
|
var appVer = window.qs.app_version || window.qs.appVersion;
|
|
|
if (!appVer) {
|
|
|
appVer = _getAppVersionByUa();
|
|
|
}
|
|
|
// if (!appVer) {
|
|
|
// appVer = _getAppVersionByUa();
|
|
|
// }
|
|
|
return appVer;
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|