cosmoim-852 fix 版本号更新为1.0.34

master
hou 3 years ago
parent d863a9e1d3
commit 658f609f22

@ -154,7 +154,7 @@ export default class LoginPage extends BasePage {
console.log('image', this.image);
console.log('Version////', this.Version);
}
Version = '1.0.33';
Version = '1.0.34';
compareVersion(version1: any, version2: any) {
//version1 1 &&& version2 -1
const newVersion1 = `${version1}`.split('.').length < 3 ? `${version1}`.concat('.0') : `${version1}`;

Loading…
Cancel
Save