|
|
|
@ -93,18 +93,14 @@ |
|
|
|
}, |
|
|
|
// 专网地址 |
|
|
|
zwdz(){ |
|
|
|
let zwurl="http://10.24.4.14" |
|
|
|
let zwurl="https://pelerin.cn/CCDE.apk" |
|
|
|
// 弹窗告诉用户去登录 |
|
|
|
uni.showModal({ |
|
|
|
title: '提示', |
|
|
|
content: '即将打开链接:'+zwurl, |
|
|
|
success: res => { |
|
|
|
if(res.confirm){ |
|
|
|
// uni.navigateTo({ |
|
|
|
// url:zwurl |
|
|
|
// }) |
|
|
|
this.$navTo("pages/webview/webview?url="+zwurl) |
|
|
|
// window.location.href=zwurl |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
@ -141,34 +137,18 @@ |
|
|
|
|
|
|
|
//下载 |
|
|
|
downapp(){ |
|
|
|
|
|
|
|
let durl ="https://whreg.xingtongworld.com/"; //默认h5 |
|
|
|
//判断当前设备,切换到相应位置 |
|
|
|
var u = navigator.userAgent; |
|
|
|
if (u.indexOf('Android') > -1 || u.indexOf('Linux') > -1) {//安卓手机 |
|
|
|
//alert('这是安卓手机') |
|
|
|
durl="https://pelerin.cn/CCDE.apk" |
|
|
|
} else if (u.indexOf('iPhone') > -1) {//苹果手机 |
|
|
|
durl="https://bf-analyze.oss-cn-shenzhen.aliyuncs.com/test/planet" |
|
|
|
//alert('这是iPhone') |
|
|
|
} else if (u.indexOf('Windows Phone') > -1) {//winphone手机 |
|
|
|
//alert('这是 windows Phone') |
|
|
|
} |
|
|
|
let durl ="https://bf-analyze.oss-cn-shenzhen.aliyuncs.com/test/planet"; //默认h5 |
|
|
|
// 弹窗告诉用户 |
|
|
|
uni.showModal({ |
|
|
|
title: '提示', |
|
|
|
content: '即将打开链接:'+durl, |
|
|
|
// showCancel: false, |
|
|
|
success: res => { |
|
|
|
if (res.confirm) { |
|
|
|
this.$navTo("pages/webview/webview?url="+durl) |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|
// this.$router.push(durl) |
|
|
|
// |
|
|
|
// window.location.href=durl |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
//提交成功 |
|
|
|
submit(){ |
|
|
|
|