|
@@ -136,27 +136,28 @@
|
|
|
showCancel: false,
|
|
showCancel: false,
|
|
|
});
|
|
});
|
|
|
} else {
|
|
} else {
|
|
|
- uni.showModal({
|
|
|
|
|
- title: '下载',
|
|
|
|
|
- content: '请选择下载类型',
|
|
|
|
|
- cancelText: 'IOS',
|
|
|
|
|
- confirmText: 'APK',
|
|
|
|
|
- success: res => {
|
|
|
|
|
- if(res.confirm){
|
|
|
|
|
- getAppVersion().then((res) => {
|
|
|
|
|
- console.log(res, 'res');
|
|
|
|
|
- window.open(res.data.apk)
|
|
|
|
|
- }).catch((err) => {
|
|
|
|
|
- console.log(err, 'err');
|
|
|
|
|
- })
|
|
|
|
|
- }
|
|
|
|
|
- if(res.cancel){
|
|
|
|
|
- window.location.href = window.location.protocol + "//" + window.location.host+'home/download/iosdom.mobileconfig'
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- fail: () => {},
|
|
|
|
|
- complete: () => {}
|
|
|
|
|
- });
|
|
|
|
|
|
|
+ window.open('https://www.senyinkj.cn//register/index.html')
|
|
|
|
|
+ // uni.showModal({
|
|
|
|
|
+ // title: '下载',
|
|
|
|
|
+ // content: '请选择下载类型',
|
|
|
|
|
+ // cancelText: 'IOS',
|
|
|
|
|
+ // confirmText: 'APK',
|
|
|
|
|
+ // success: res => {
|
|
|
|
|
+ // if(res.confirm){
|
|
|
|
|
+ // getAppVersion().then((res) => {
|
|
|
|
|
+ // console.log(res, 'res');
|
|
|
|
|
+ // window.open(res.data.apk)
|
|
|
|
|
+ // }).catch((err) => {
|
|
|
|
|
+ // console.log(err, 'err');
|
|
|
|
|
+ // })
|
|
|
|
|
+ // }
|
|
|
|
|
+ // if(res.cancel){
|
|
|
|
|
+ // window.location.href = window.location.protocol + "//" + window.location.host+'home/download/iosdom.mobileconfig'
|
|
|
|
|
+ // }
|
|
|
|
|
+ // },
|
|
|
|
|
+ // fail: () => {},
|
|
|
|
|
+ // complete: () => {}
|
|
|
|
|
+ // });
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|