Commit 595b67ac by dabai

xx

parent 932985ef
Showing with 9 additions and 0 deletions
...@@ -2,6 +2,7 @@ var _url = 'http://ceshi.yabolive.tv/web'; ...@@ -2,6 +2,7 @@ var _url = 'http://ceshi.yabolive.tv/web';
var _url2 = 'http://test.ybact.yazhaiyabo.com/'; var _url2 = 'http://test.ybact.yazhaiyabo.com/';
var _url3 = 'http://ceshi.yabolive.tv'; var _url3 = 'http://ceshi.yabolive.tv';
if(location.href.indexOf('activity.yazhaiyabo.com') > -1) { if(location.href.indexOf('activity.yazhaiyabo.com') > -1) {
_url = 'https://webserver.yabolive.net'; _url = 'https://webserver.yabolive.net';
_url2 = 'https://activity.yazhaiyabo.com/'; _url2 = 'https://activity.yazhaiyabo.com/';
...@@ -51,6 +52,14 @@ function $ajax(opt) { ...@@ -51,6 +52,14 @@ function $ajax(opt) {
}) })
} }
var currencyUnit = ''; //寶石 貨幣單位
var currencyImg = ''; //寶石圖片
var incomeUnit = ''; //螢火 收益單位
var incomeImg = ''; //螢火圖片
var headUrl = ''; //默認頭像url
var currencyImg2 = ''; //寶石圖片 小
var giftObjImg = '';
function getInit() { function getInit() {
return new Promise(function(resovle, reject) { return new Promise(function(resovle, reject) {
$ajax({ $ajax({
......
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