|
|
@@ -204,12 +204,11 @@
|
|
|
function getLoginInit() {
|
|
|
|
|
|
|
|
|
-
|
|
|
-
|
|
|
+ const systemInfo = uni.getSystemInfoSync();
|
|
|
getVersion({}).then(res => {
|
|
|
if (version != res.data.version) {
|
|
|
updateUrl.value = res.data.updateUrl
|
|
|
- const systemInfo = uni.getSystemInfoSync();
|
|
|
+
|
|
|
if (systemInfo.platform == 'ios') {
|
|
|
tipDialogRef.value.handleShow();
|
|
|
} else {
|
|
|
@@ -233,7 +232,8 @@
|
|
|
}
|
|
|
}else{
|
|
|
ykFlag.value = true
|
|
|
- }
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
})
|
|
|
}
|