update:版本号修改

master
guoshuang 4 years ago
parent c4aeb27671
commit 9f05ef4c81

@ -150,10 +150,10 @@ export default class LoginPage extends BasePage {
console.log('image', this.image);
console.log('Version////', this.Version);
}
Version = '1.0.0';
Version = '1.0.1';
async update() {
await session.QueryVersion();
if (this.Version < session.Version) {
if (this.Version != session.Version) {
//
uni.showModal({
content: this.$t('message.Tip1') as string,

Loading…
Cancel
Save