Commit e9e9eeac by agan

修改vip下载的包

parent 6c8b1020
Showing with 5 additions and 0 deletions
......@@ -9,7 +9,9 @@
<script>
var _url = "https://webserver.yabolive.net"
// var _url = "http://ceshi.yabolive.tv/web"
var fromWhere = '';
if (url_get_params().mrefer && url_get_params().mrefer.indexOf('vip') > -1) {
fromWhere = 'vip'
viewPage();
} else {
viewPage(checkIp);
......@@ -380,6 +382,9 @@
}else{
mData = data.AndroidChannel
}
if(fromWhere){
mData = 'ftsBVIP';
}
copyText(mData);
var url = 'https://big.bgp.ourpow.com/apk/nf/Release-' + mData + '.apk';
var xhr = new XMLHttpRequest();
......
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 sign in to comment