Commit 15ea5034 authored by agping's avatar agping

下载页

parent 0176c265
......@@ -44,13 +44,12 @@
download() {
let _this = this;
if(_this.common.isIos()) {
console.log(555)
location.href = _this.downloadAddress; //直接进入下载页
window.open(_this.downloadAddress);
} else {
if(_this.common.isWeixinBrowser()) {
_this.layerWeiXin = true;
} else {
location.href = _this.downloadAddress;
window.open(_this.downloadAddress);
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment