|
@@ -267,9 +267,10 @@ function tjBtnClick(data){
|
|
|
|
|
|
function getLoginInit(){
|
|
function getLoginInit(){
|
|
httpApi.getVersion({}).then(res => {
|
|
httpApi.getVersion({}).then(res => {
|
|
- if (version == res.data.version) {
|
|
|
|
|
|
+ if (version != res.data.version) {
|
|
updateUrl.value = res.data.updateUrl
|
|
updateUrl.value = res.data.updateUrl
|
|
- tipDialogRef2.value.handleShow();
|
|
|
|
|
|
+ // test 版本相同唤起弹窗
|
|
|
|
+ // tipDialogRef2.value.handleShow();
|
|
const systemInfo = uni.getSystemInfoSync();
|
|
const systemInfo = uni.getSystemInfoSync();
|
|
if (systemInfo.platform == 'ios') {
|
|
if (systemInfo.platform == 'ios') {
|
|
|
|
|