Commit 15ea5034 authored by agping's avatar agping

下载页

parent 0176c265
...@@ -44,13 +44,12 @@ ...@@ -44,13 +44,12 @@
download() { download() {
let _this = this; let _this = this;
if(_this.common.isIos()) { if(_this.common.isIos()) {
console.log(555) window.open(_this.downloadAddress);
location.href = _this.downloadAddress; //直接进入下载页
} else { } else {
if(_this.common.isWeixinBrowser()) { if(_this.common.isWeixinBrowser()) {
_this.layerWeiXin = true; _this.layerWeiXin = true;
} else { } 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