';
//cny.innerHTML = '≈¥' + rmb.toFixed(2);
var reg = RegExp(/-/);
if (eth.match(reg)) {
// 包含
whiles_eth.style = 'padding:10px; background-image: url(/wap/static/img/hq_bgs.png);background-position: 0% 0%;background-size: 100% 100%;background-repeat: no-repeat;';
// console.log('you');
} else {
whiles_eth.style = 'padding:10px; background-image: url(/wap/static/img/hq_bg.png);background-position: 0% 0%;background-size: 100% 100%;background-repeat: no-repeat;';
// console.log('no');
}
if (btc.match(reg)) {
whiles_btc.style = 'padding:10px; background-image: url(/wap/static/img/hq_bgs.png);background-position: 0% 0%;background-size: 100% 100%;background-repeat: no-repeat;';
} else {
whiles_btc.style = 'padding:10px; background-image: url(/wap/static/img/hq_bg.png);background-position: 0% 0%;background-size: 100% 100%;background-repeat: no-repeat;';
}
if (bch.match(reg)) {
whiles_bch.style = 'padding:10px; background-image: url(/wap/static/img/hq_bgs.png);background-position: 0% 0%;background-size: 100% 100%;background-repeat: no-repeat;';
} else {
whiles_bch.style = 'padding:10px; background-image: url(/wap/static/img/hq_bg.png);background-position: 0% 0%;background-size: 100% 100%;background-repeat: no-repeat;';
}
}