- Scan ID:
- 26a65721-d480-402d-8d00-73c734e2e97aFinished
- Submitted URL:
- https://www.cmsabs.com/
- Report Finished:
Links · 0 found
The outgoing links identified from the page
JavaScript Variables · 9 found
Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope
Name | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Vue | function |
vant | object |
axios | function |
Qs | object |
$ | function |
jQuery | function |
Console log messages · 3 found
Messages logged to the web console
Type | Category | Log |
---|---|---|
error | network |
|
error | network |
|
error | network |
|
HTML
The raw HTML body of the page
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<!--<meta http-equiv="refresh" content="3">--> <!-- 0秒后刷新当前页面 -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script>
// 检查是否是第一次打开页面
if (!sessionStorage.getItem('hasRefreshed')) {
sessionStorage.setItem('hasRefreshed', 'true'); // 设置标记
window.location.reload(); // 刷新页面
}
</script>
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
<title>index</title>
<link rel="stylesheet" href="/static/trader/css/vant.min.css">
<link rel="stylesheet" href="/static/trader/css/page.css?id=2">
<style>
.page {
padding-bottom: 56px;
}
.page-hd {
padding: 0 16px;
color: #fff;
}
.van-swipe-item{
color: #8D84D9;
}
.page-hd .title {
/*position: absolute;*/
top: 0;
left: 16px;
z-index: 1;
line-height: 44px;
font-size: 16px;
}
.page-hd .logo {
height: 28px;
margin-top: 8px;
}
.page-hd .logo img {
width: auto;
height: 28px;
}
.page-hd .link {
position: absolute;
top: 0;
right: 16px;
z-index: 1;
display: inline-block;
margin-top: 8px;
line-height: 1;
font-size: 28px;
}
.banners {
height: 260px;
/*height: 180px;*/
/*border-radius: 8px;*/
/*margin: 0 8px;*/
background: #fff;
overflow: hidden;
}
/*.banners img {*/
/* width: 100%;*/
/* height: 100%;*/
/*}*/
.swiper {
width: 100%;
height: 100%;
}
.van-swipe{
width: 100%;height: 100%;
}
.swiper img {
width: 100%;
height: 100%;
}
.notice-bar {
display: flex;
align-items: center;
height: 40px;
padding: 8px 16px;
}
.notice-icon {
width: 22px;
height: 22px;
margin-right: 8px;
font-size: 18px;
color: #5495e6;
}
.notice-icon img {
width: 100%;
height: 100%;
}
.notice-content {
flex: 1;
min-width: 0;
line-height: 24px;
font-size: 12px;
color: #fff;
}
.hot-list {
display: flex;
height: 85px;
padding: 4px 0 4px 8px;
margin-right: 8px;
margin-bottom: 8px;
overflow: hidden;
width: 94%;
margin: 0px auto;
overflow-x: auto;
background: rgba(44,44,78,1);
box-shadow: 0px 0px 10px 0px rgba(4, 3, 19, 0.2);
border-radius: 10px;
flex-wrap: wrap;
}
.hot-item {
display: block;
flex-shrink: 0;
width: 30%;
border-radius: 4px;
line-height: 1.5;
text-align: center;
font-size: 12px;
color: #8D84D9;
/*position: relative;*/
}
.nav-item.active {
color: #8D84D9;
}
.nav-item.active:after {
border-bottom-color: #8D84D9;
}
.hot-item::after{
content: " ";
position: absolute;
right: 0;
top: 24px;
width: 2px;
height: 40px;
background: rgba(210, 210,210, 0.2);
}
.hot-item + .hot-item {
margin-left: 8px;
}
.hot-content {
line-height: 24px;
font-size: 14px;
}
.nav-bar {
display: flex;
padding: 0 8px;
margin-bottom: 16px;
}
.nav-bar .left {
flex: 1;
text-align: center;
}
.nav-bar .right {
width: 45%;
margin-left: 8px;
}
.nav-item {
display: flex;
align-items: center;
border-radius: 4px;
padding: 0 8px;
line-height: 1.5;
font-size: 16px;
color: #fff;
background: #20224B;
}
.stock-item {
display: flex;
align-items: center;
border-bottom: 1px solid #212122;
padding: 10px 0 10px 16px;
}
.nav-bar .left .nav-item {
height: 80px;
justify-content: space-between;
}
.nav-bar .right .nav-item {
height: 36px;
padding-left: 16px;
font-size: 14px;
}
.nav-bar .right .nav-item + .nav-item {
margin-top: 8px;
}
.nav-bar .left p {
font-size: 12px;
}
.nav-bar .left img {
height: 64px;
}
.nav-bar .right .nav-icon {
margin-right: 8px;
line-height: 1;
font-size: 24px;
}
.nav-bar .right .nav-icon img {
width: 24px;
height: 24px;
}
.service-bar {
display: block;
padding: 0 16px;
margin-bottom: 16px;
}
.service-bar img {
width: 100%;
height: auto;
}
.stock-list-title {
padding-left: 16px;
line-height: 40px;
font-size: 16px;
color: #fff;
}
.stock-item {
display: flex;
justify-content: space-between;
border-bottom: 1px solid #212122;
padding: 5px 0 5px 16px;
}
.stock-item.is-title {
color: #FFF;
border-top: 1px solid #212122;
}
.stock-item .item {
padding-right: 16px;
line-height: 1.5;
text-align: right;
font-size: 12px;
color: #999;
width: 31%;
text-align: center;
}
.stock-item.is-title .item {
color: #FFF;
}
.stock-item .item:first-child {
margin-right: auto;
text-align: left;
color: #FFF;
}
.stock-item.is-title .item:first-child,
.stock-item.is-title .item:last-child {
text-align: center;
}
.stock-item .title {
font-size: 14px;
color: #fff;
}
.stock-item .price {
color: #ea3e3b;
/*background: #ea3e3b;*/
height: 30px;
line-height: 30px;
border-radius: 5px;
}
.stock-item .price.down {
color: #4caa3b !important;
/*background: #4caa3b;*/
height: 30px;
line-height: 30px;
border-radius: 5px;
}
.stock-item .change {
display: inline-block;
width: 90px;
height: 30px;
border-radius: 5px;
line-height: 30px;
text-align: center;
color: #fff;
background: #ea3e3b;
}
.stock-item .change.down {
background: #4caa3b !important;
color: #fff !important;
}
.wdithimg img{
width: 26px;
height: 26px;
}
.my_border{
/*border: 1px solid #ffffff;*/
}
.my_bz_list{
width:30%;
height:30px;
line-height:30px;
text-align:center;
border-radius:5px;
}
.my_bz_list_selected{
width:30%;
height:30px;
line-height:30px;
text-align:center;
border-radius:5px;
background:#41415d;
}
.my_hidden_class{
display: none;
}
</style>
</head>
<body>
<div id="app" class="page" style="padding-top: 0px;"><div class="page-hd" style="display: flex; justify-content: space-between;"><div class="title"></div> <div class="logo"><img src="/static/public/images/home/logo.png" alt=""></div> <div><a href="/index/login/language" class="link"><div class="nav-icon wdithimg"><div class="language-icon"><img src="/static/trader/img/0xEb30dA868C748454FA19c393f010eEf5678df477-1.png?id=3" alt=""></div></div></a></div></div> <div class="page-bd" style="margin-top: 44px;"><div class="banners"><div class="swiper"><div class="van-swipe"><div class="van-swipe__track" style="width: 2370px; transition-duration: 0ms; transform: translateX(0px);"><div class="van-swipe-item" style="width: 790px;"><img src="/public/uploads/20240701/7e0b1b9966634ddc1336f9e2bb8509a2.jpg"></div><div class="van-swipe-item" style="width: 790px;"><img src="/public/uploads/20240701/d97f0f5fe0a89d5db3c41ab66c67af63.jpg"></div><div class="van-swipe-item" style="width: 790px;"><img src="/public/uploads/20240701/f60628b1b3b20705ad5beb2ed7876e3e.jpg"></div></div><div class="van-swipe__indicators"><i class="van-swipe__indicator van-swipe__indicator--active" style="background-color: rgb(255, 255, 255);"></i><i class="van-swipe__indicator"></i><i class="van-swipe__indicator"></i></div></div></div></div> <div class="notice-bar" style="display: none;"><div class="notice-icon"><img src="/static/public/images/home/gonggao.png" alt=""></div> <div class="notice-content"><div class="van-swipe"><div class="van-swipe__track" style="width: 0px; transition-duration: 500ms; transform: translateX(0px);"></div></div></div> <div class="notice-icon"><img src="/static/public/images/home/123.png" alt="" style="transform: scale(0.9);"></div></div> <div class="nav-bar" style="display: none;"><div class="left"><a href="/index/user/raise.html" class="nav-item"><div class="nav-label">
quickRecharge <p>supportUSDTRecharge</p></div> <img src="/static/public/images/home/ico-pay.png" alt=""></a></div> <div class="right"><a href="/index/user/personal_center.html" class="nav-item"><div class="nav-icon"><i class="van-icon van-icon-user-o"><!----></i></div> <div class="nav-label">personalCenter</div></a> <a href="/index/login/language" class="nav-item"><div class="nav-icon"><img src="/static/trader/img/icon_language.png" alt=""></div> <div class="nav-label">language</div></a></div></div> <div class="my_border" style="display: flex; padding: 10px 15px; justify-content: space-between;"><div onclick="window.location.href='/index/user/raise.html'" class="my_border" style="display: flex; width: 59%; background: rgb(44, 44, 78); box-shadow: rgba(4, 3, 19, 0.2) 0px 0px 10px 0px; border-radius: 10px;"><div class="my_border" style="width: 500px;"><p style="text-align: center; line-height: 50px;"> Depositfunds</p> <p style="text-align: center; line-height: 50px;">BTC/USDT/ETH</p></div> <div class="my_border" style="padding-top: 15px; height: 100px;"><img src="/static/public/images/home/new_recharge2.png" alt="" style="width: 70px;"></div></div> <div class="my_border" style="width: 39%;"><div onclick="window.location.href='/index/user/kefu.html'" class="my_border" style="display: flex; padding: 5px; margin-bottom: 5px; background: rgb(44, 44, 78); box-shadow: rgba(4, 3, 19, 0.2) 0px 0px 10px 0px; border-radius: 10px;"><img src="/static/public/images/home/new_service2.png" alt="" style="width: 35px; height: 35px;"> <div style="width: 100%;"><p style="text-align: center; line-height: 37px;"> onlineService</p></div></div> <div onclick="window.location.href='/index/index/aboutus.html'" class="my_border" style="display: flex; padding: 5px; background: rgb(44, 44, 78); box-shadow: rgba(4, 3, 19, 0.2) 0px 0px 10px 0px; border-radius: 10px;"><img src="/static/public/images/home/new_user2.png" alt="" style="width: 35px; height: 35px;"> <div style="width: 100%;"><p style="text-align: center; line-height: 37px;"> 关于我们</p></div></div></div></div> <div class="hot-list"><a href="/index/goods/goods/pid/54" class="hot-item" style="margin-left: 4px;"><div class="hot-title hostitle">TRX / USDT</div> <div class="hot-content" style="color: rgb(248, 248, 248) !important;">
0.2034
</div> <div class="hot-desc">
+0.3449%
</div></a><a href="/index/goods/goods/pid/53" class="hot-item" style="margin-left: 4px;"><div class="hot-title hostitle">DOGE / USDT</div> <div class="hot-content" style="color: rgb(248, 248, 248) !important;">
0.3737
</div> <div class="hot-desc down">
-0.2273%
</div></a><a href="/index/goods/goods/pid/52" class="hot-item" style="margin-left: 4px;"><div class="hot-title hostitle">SOL / USDT</div> <div class="hot-content" style="color: rgb(248, 248, 248) !important;">
239.9484
</div> <div class="hot-desc down">
0.1904%
</div></a><a href="/index/goods/goods/pid/51" class="hot-item" style="margin-left: 4px;"><div class="hot-title hostitle">BNB / USDT</div> <div class="hot-content" style="color: rgb(248, 248, 248) !important;">
618.6438
</div> <div class="hot-desc down">
-1.2232%
</div></a><a href="/index/goods/goods/pid/50" class="hot-item" style="margin-left: 4px;"><div class="hot-title hostitle">LTC / USDT</div> <div class="hot-content" style="color: rgb(248, 248, 248) !important;">
88.9746
</div> <div class="hot-desc down">
-1.8594%
</div></a><a href="/index/goods/goods/pid/49" class="hot-item" style="margin-left: 4px;"><div class="hot-title hostitle">XRP / USDT</div> <div class="hot-content" style="color: rgb(248, 248, 248) !important;">
1.1241
</div> <div class="hot-desc">
+1.1791%
</div></a><a href="/index/goods/goods/pid/48" class="hot-item" style="margin-left: 4px;"><div class="hot-title hostitle">ETH / USDT</div> <div class="hot-content" style="color: rgb(248, 248, 248) !important;">
3156.5870
</div> <div class="hot-desc down">
1.1770%
</div></a><a href="/index/goods/goods/pid/47" class="hot-item" style="margin-left: 4px;"><div class="hot-title hostitle">BTC / USDT</div> <div class="hot-content" style="color: rgb(248, 248, 248) !important;">
91218.9226
</div> <div class="hot-desc">
+0.5796%
</div></a></div> <div class="activebar" style="display: none;"><div class="chil"><a href="/index/user/raise.html"><img src="/static/public/images/home/cunru.png" alt=""> <p> Depositfunds</p></a></div> <div class="chil"><a href="/index/user/withdraw.html"><img src="/static/public/images/home/tiqv.png" alt=""> <p>Withdrawfunds</p></a></div> <div class="chil"><a href="index/user/capital_record.html"><img src="/static/public/images/home/zijin.png" alt=""> <p>Capitalflow</p></a></div> <div class="chil"><a href="/index/user/statistics.html"><img src="/static/public/images/home/tongji.png" alt=""> <p> statistics</p></a></div> <div class="chil"><a href="/index/user/share"><img src="/static/public/images/home/yaoqing.png" alt=""> <p> Invitepolitely</p></a></div> <div class="chil"><a href="/index/index/news.html"><img src="/static/public/images/home/zixun.png" alt=""> <p> realTimeInfo </p></a></div> <div class="chil"><a href="/index/index/news_detail.html?title=公司申明&content=近期有不法分子通过冒充%20AUSFOREX%20网站及澳汇交易软件诱导客户入金交易,并发布%20AUSFOREX%20成立其它品牌子公司等不实言论,请广大客户注意甄别,在下载交易软件、开设账户、存入资金等操作时认准我司官网"><img src="/static/public/images/home/aaqa.png" alt=""> <p> notice</p></a></div> <div class="chil"><a href="/index/user/kefu.html"><img src="/static/public/images/home/zaixian.png" alt=""> <p> onlineService </p></a></div></div> <a href="/index/user/kefu.html" class="service-bar" style="display: none;"><img src="/static/public/images/home/show.png" alt=""></a></div> <div style="display: flex; margin: 10px; justify-content: space-between;"><div id="rmbz" class="my_bz_list_selected">
热门币种 </div> <div id="whhb" class="my_bz_list">
外汇货币 </div> <div id="gjhj" class="my_bz_list">
国际黄金 </div></div> <div class="page-bd"><div class="nav-bar" style="display: none;"><a href="javascript:;" class="nav-item active">
All
</a><a href="javascript:;" class="nav-item">
熱門幣種
</a><a href="javascript:;" class="nav-item">
外匯貨幣
</a><a href="javascript:;" class="nav-item">
國際黃金
</a></div> <div class="stock-list"><div class="stock-item is-title" style="height: 36px; border-top: 1px solid rgb(120, 120, 120); border-bottom: 1px solid rgb(120, 120, 120);"><div class="item">nameAndCode</div> <div class="item">price</div> <div class="item">Upsanddowns</div></div> <a href="/index/goods/goods/pid/54" class="stock-item"><img src="/public/uploads/20240709/fb7936013f3be078c3904fffea8f4dde.jpg" alt="" style="width: 30px; height: 30px; border-radius: 30px;"> <div class="item" style="padding-right: 0px;"><p style="text-align: left; padding-left: 15px; font-size: 15px; color: rgb(255, 255, 255);">TRX / USDT</p> <p style="text-align: left; padding-left: 15px;">波場幣 / 美元</p></div> <div class="item"><div class="price">
0.2034
</div></div> <div class="item"><div class="change">
+0.3449%
</div></div></a><a href="/index/goods/goods/pid/53" class="stock-item"><img src="/public/uploads/20240709/88a2bb858d20339c14b17369871758b8.jpg" alt="" style="width: 30px; height: 30px; border-radius: 30px;"> <div class="item" style="padding-right: 0px;"><p style="text-align: left; padding-left: 15px; font-size: 15px; color: rgb(255, 255, 255);">DOGE / USDT</p> <p style="text-align: left; padding-left: 15px;">旺旺幣 / 美元</p></div> <div class="item"><div class="price down">
0.3737
</div></div> <div class="item"><div class="change down">
-0.2273%
</div></div></a><a href="/index/goods/goods/pid/52" class="stock-item"><img src="/public/uploads/20240709/0c91eac697ca9b63867f6387a2671cc1.jpg" alt="" style="width: 30px; height: 30px; border-radius: 30px;"> <div class="item" style="padding-right: 0px;"><p style="text-align: left; padding-left: 15px; font-size: 15px; color: rgb(255, 255, 255);">SOL / USDT</p> <p style="text-align: left; padding-left: 15px;">SOL幣 / 美元</p></div> <div class="item"><div class="price down">
239.9484
</div></div> <div class="item"><div class="change down">
-0.1904%
</div></div></a><a href="/index/goods/goods/pid/51" class="stock-item"><img src="/public/uploads/20240701/3043bc6bd3206068369737cee6e7b179.png" alt="" style="width: 30px; height: 30px; border-radius: 30px;"> <div class="item" style="padding-right: 0px;"><p style="text-align: left; padding-left: 15px; font-size: 15px; color: rgb(255, 255, 255);">BNB / USDT</p> <p style="text-align: left; padding-left: 15px;">幣安幣 / 美元</p></div> <div class="item"><div class="price down">
618.6438
</div></div> <div class="item"><div class="change down">
-1.2232%
</div></div></a><a href="/index/goods/goods/pid/50" class="stock-item"><img src="/public/uploads/20240709/346c91c3c847b7dd1ee553bb66907504.jpg" alt="" style="width: 30px; height: 30px; border-radius: 30px;"> <div class="item" style="padding-right: 0px;"><p style="text-align: left; padding-left: 15px; font-size: 15px; color: rgb(255, 255, 255);">LTC / USDT</p> <p style="text-align: left; padding-left: 15px;">萊特幣 / 美元</p></div> <div class="item"><div class="price down">
88.9746
</div></div> <div class="item"><div class="change down">
-1.8594%
</div></div></a><a href="/index/goods/goods/pid/49" class="stock-item"><img src="/public/uploads/20240709/de207606c6e0330c3a83cc430083e284.jpg" alt="" style="width: 30px; height: 30px; border-radius: 30px;"> <div class="item" style="padding-right: 0px;"><p style="text-align: left; padding-left: 15px; font-size: 15px; color: rgb(255, 255, 255);">XRP / USDT</p> <p style="text-align: left; padding-left: 15px;">瑞波幣 / 美元</p></div> <div class="item"><div class="price">
1.1241
</div></div> <div class="item"><div class="change">
+1.1791%
</div></div></a><a href="/index/goods/goods/pid/48" class="stock-item"><img src="/public/uploads/20240709/6e970cfa62767e7823b9180606c12fbd.jpg" alt="" style="width: 30px; height: 30px; border-radius: 30px;"> <div class="item" style="padding-right: 0px;"><p style="text-align: left; padding-left: 15px; font-size: 15px; color: rgb(255, 255, 255);">ETH / USDT</p> <p style="text-align: left; padding-left: 15px;">以太坊 / 美元</p></div> <div class="item"><div class="price down">
3156.5870
</div></div> <div class="item"><div class="change down">
-1.177%
</div></div></a><a href="/index/goods/goods/pid/47" class="stock-item"><img src="/public/uploads/20240709/b0913b2de5bd8e0ca40b96648c95d84b.jpg" alt="" style="width: 30px; height: 30px; border-radius: 30px;"> <div class="item" style="padding-right: 0px;"><p style="text-align: left; padding-left: 15px; font-size: 15px; color: rgb(255, 255, 255);">BTC / USDT</p> <p style="text-align: left; padding-left: 15px;">比特幣 / 美元</p></div> <div class="item"><div class="price">
91218.9226
</div></div> <div class="item"><div class="change">
+0.5796%
</div></div></a> <div class="load-more" style="display: none;">noData</div></div> <div id="waihuihuobi" class="stock-list my_hidden_class"><div class="stock-item is-title" style="height: 36px; border-top: 1px solid rgb(120, 120, 120); border-bottom: 1px solid rgb(120, 120, 120);"><div class="item">nameAndCode</div> <div class="item">price</div> <div class="item">Upsanddowns</div></div> <a href="/index/goods/goods/pid/76" class="stock-item"><img src="/public/uploads/20240709/7f73c7248a94aad541460d3fb7d515f8.jpg" alt="" style="width: 30px; height: 30px; border-radius: 30px;"> <div class="item" style="padding-right: 0px;"><p style="text-align: left; padding-left: 15px; font-size: 15px; color: rgb(255, 255, 255);">USD / SGD</p> <p style="text-align: left; padding-left: 15px;">美元 / 新元</p></div> <div class="item"><div class="price down">
1.3387
</div></div> <div class="item"><div class="change down">
-0.015%
</div></div></a><a href="/index/goods/goods/pid/75" class="stock-item"><img src="/public/uploads/20240710/c4ed0916ecfd0d0649c86adcf1a44186.jpg" alt="" style="width: 30px; height: 30px; border-radius: 30px;"> <div class="item" style="padding-right: 0px;"><p style="text-align: left; padding-left: 15px; font-size: 15px; color: rgb(255, 255, 255);">USD / MXN</p> <p style="text-align: left; padding-left: 15px;">美元 / 墨西哥比索</p></div> <div class="item"><div class="price down">
20.2143
</div></div> <div class="item"><div class="change down">
-0.0592%
</div></div></a><a href="/index/goods/goods/pid/74" class="stock-item"><img src="/public/uploads/20240708/a4d975a1ee4b2113bc62c95c5912a8c4.jpg" alt="" style="width: 30px; height: 30px; border-radius: 30px;"> <div class="item" style="padding-right: 0px;"><p style="text-align: left; padding-left: 15px; font-size: 15px; color: rgb(255, 255, 255);">USD / THB</p> <p style="text-align: left; padding-left: 15px;">美元 / 泰銖</p></div> <div class="item"><div class="price">
34.6311
</div></div> <div class="item"><div class="change">
+0.1951%
</div></div></a><a href="/index/goods/goods/pid/73" class="stock-item"><img src="/public/uploads/20240708/85c07332172d1be0b6f8fee16adccfa4.jpg" alt="" style="width: 30px; height: 30px; border-radius: 30px;"> <div class="item" style="padding-right: 0px;"><p style="text-align: left; padding-left: 15px; font-size: 15px; color: rgb(255, 255, 255);">USD / ZAR</p> <p style="text-align: left; padding-left: 15px;">美元 / 南非蘭特</p></div> <div class="item"><div class="price down">
17.9441
</div></div> <div class="item"><div class="change down">
-0.0136%
</div></div></a><a href="/index/goods/goods/pid/71" class="stock-item"><img src="/public/uploads/20240708/5ad3db98625bdf2ea51bebc34f47baae.jpg" alt="" style="width: 30px; height: 30px; border-radius: 30px;"> <div class="item" style="padding-right: 0px;"><p style="text-align: left; padding-left: 15px; font-size: 15px; color: rgb(255, 255, 255);">USD / CNH</p> <p style="text-align: left; padding-left: 15px;">美元 / 人民幣</p></div> <div class="item"><div class="price">
7.2304
</div></div> <div class="item"><div class="change">
+0.1873%
</div></div></a><a href="/index/goods/goods/pid/70" class="stock-item"><img src="/public/uploads/20240708/30a1d5a35676e1d1abd07bf7e0757ed6.jpg" alt="" style="width: 30px; height: 30px; border-radius: 30px;"> <div class="item" style="padding-right: 0px;"><p style="text-align: left; padding-left: 15px; font-size: 15px; color: rgb(255, 255, 255);">USD / JPY</p> <p style="text-align: left; padding-left: 15px;">美元 / 日元</p></div> <div class="item"><div class="price down">
154.1426
</div></div> <div class="item"><div class="change down">
-0.3454%
</div></div></a><a href="/index/goods/goods/pid/69" class="stock-item"><img src="/public/uploads/20240708/5664a801d921a738804acb7b6a38d8a1.jpg" alt="" style="width: 30px; height: 30px; border-radius: 30px;"> <div class="item" style="padding-right: 0px;"><p style="text-align: left; padding-left: 15px; font-size: 15px; color: rgb(255, 255, 255);">USD / CHF</p> <p style="text-align: left; padding-left: 15px;">美元 / 瑞士法郎</p></div> <div class="item"><div class="price down">
0.8836
</div></div> <div class="item"><div class="change down">
-0.0293%
</div></div></a><a href="/index/goods/goods/pid/68" class="stock-item"><img src="/public/uploads/20240708/feaccf62cc4bb599f5f1d09011080356.jpg" alt="" style="width: 30px; height: 30px; border-radius: 30px;"> <div class="item" style="padding-right: 0px;"><p style="text-align: left; padding-left: 15px; font-size: 15px; color: rgb(255, 255, 255);">USD / CAD</p> <p style="text-align: left; padding-left: 15px;">美元 / 加元</p></div> <div class="item"><div class="price">
1.4024
</div></div> <div class="item"><div class="change">
+0.0691%
</div></div></a><a href="/index/goods/goods/pid/64" class="stock-item"><img src="/public/uploads/20240708/2cbbf9216ca9aaaba653dd1cdd2b527f.jpg" alt="" style="width: 30px; height: 30px; border-radius: 30px;"> <div class="item" style="padding-right: 0px;"><p style="text-align: left; padding-left: 15px; font-size: 15px; color: rgb(255, 255, 255);">AUD / CAD</p> <p style="text-align: left; padding-left: 15px;">澳元 / 加元</p></div> <div class="item"><div class="price">
0.9127
</div></div> <div class="item"><div class="change">
+0.0415%
</div></div></a><a href="/index/goods/goods/pid/61" class="stock-item"><img src="/public/uploads/20240708/646714d2fd69cc8e68de11556ac178de.jpg" alt="" style="width: 30px; height: 30px; border-radius: 30px;"> <div class="item" style="padding-right: 0px;"><p style="text-align: left; padding-left: 15px; font-size: 15px; color: rgb(255, 255, 255);">GBP / JPY</p> <p style="text-align: left; padding-left: 15px;">英鎊 / 日元</p></div> <div class="item"><div class="price down">
195.3402
</div></div> <div class="item"><div class="change down">
-0.3768%
</div></div></a><a href="/index/goods/goods/pid/60" class="stock-item"><img src="/public/uploads/20240708/0c0d6e06317008c4e9b1dfbfcda43d6f.jpg" alt="" style="width: 30px; height: 30px; border-radius: 30px;"> <div class="item" style="padding-right: 0px;"><p style="text-align: left; padding-left: 15px; font-size: 15px; color: rgb(255, 255, 255);">AUD / JPY</p> <p style="text-align: left; padding-left: 15px;">澳元 / 日元</p></div> <div class="item"><div class="price down">
100.2693
</div></div> <div class="item"><div class="change down">
-0.3657%
</div></div></a><a href="/index/goods/goods/pid/59" class="stock-item"><img src="/public/uploads/20240708/434c36c32dd311fb08206c0077580ec9.jpg" alt="" style="width: 30px; height: 30px; border-radius: 30px;"> <div class="item" style="padding-right: 0px;"><p style="text-align: left; padding-left: 15px; font-size: 15px; color: rgb(255, 255, 255);">AUD / USD</p> <p style="text-align: left; padding-left: 15px;">澳元 / 美元</p></div> <div class="item"><div class="price down">
0.6500
</div></div> <div class="item"><div class="change down">
-0.0235%
</div></div></a><a href="/index/goods/goods/pid/57" class="stock-item"><img src="/public/uploads/20240708/9d3a445320501723fd4e328e66c1aa6d.jpg" alt="" style="width: 30px; height: 30px; border-radius: 30px;"> <div class="item" style="padding-right: 0px;"><p style="text-align: left; padding-left: 15px; font-size: 15px; color: rgb(255, 255, 255);">GBP / USD</p> <p style="text-align: left; padding-left: 15px;">英鎊 / 美元</p></div> <div class="item"><div class="price">
1.2671
</div></div> <div class="item"><div class="change">
+0.0351%
</div></div></a><a href="/index/goods/goods/pid/56" class="stock-item"><img src="/public/uploads/20240708/1de959ba83940b767a106d36f4ad78f1.jpg" alt="" style="width: 30px; height: 30px; border-radius: 30px;"> <div class="item" style="padding-right: 0px;"><p style="text-align: left; padding-left: 15px; font-size: 15px; color: rgb(255, 255, 255);">NZD / USD</p> <p style="text-align: left; padding-left: 15px;">新西蘭元 / 美元</p></div> <div class="item"><div class="price down">
0.5884
</div></div> <div class="item"><div class="change down">
-0.0632%
</div></div></a><a href="/index/goods/goods/pid/55" class="stock-item"><img src="/public/uploads/20240708/2de43eab2a86774709fd6ac379663ff5.jpg" alt="" style="width: 30px; height: 30px; border-radius: 30px;"> <div class="item" style="padding-right: 0px;"><p style="text-align: left; padding-left: 15px; font-size: 15px; color: rgb(255, 255, 255);">EUR / USD</p> <p style="text-align: left; padding-left: 15px;">歐元 / 美元</p></div> <div class="item"><div class="price down">
1.0590
</div></div> <div class="item"><div class="change down">
-0.0779%
</div></div></a> <div class="load-more" style="display: none;">noData</div></div> <div id="guojihuangjin" class="stock-list my_hidden_class"><div class="stock-item is-title" style="height: 36px; border-top: 1px solid rgb(120, 120, 120); border-bottom: 1px solid rgb(120, 120, 120);"><div class="item">nameAndCode</div> <div class="item">price</div> <div class="item">Upsanddowns</div></div> <a href="/index/goods/goods/pid/63" class="stock-item"><img src="/public/uploads/20240708/5bd6c063cabce31d8e24c49a9460a94f.jpg" alt="" style="width: 30px; height: 30px; border-radius: 30px;"> <div class="item" style="padding-right: 0px;"><p style="text-align: left; padding-left: 15px; font-size: 15px; color: rgb(255, 255, 255);">XAG / USD</p> <p style="text-align: left; padding-left: 15px;">白銀 / 美元</p></div> <div class="item"><div class="price">
31.3146
</div></div> <div class="item"><div class="change">
+0.5316%
</div></div></a><a href="/index/goods/goods/pid/62" class="stock-item"><img src="/public/uploads/20240708/e1b174b2f8da7e4ac223a0dc762a5cce.jpg" alt="" style="width: 30px; height: 30px; border-radius: 30px;"> <div class="item" style="padding-right: 0px;"><p style="text-align: left; padding-left: 15px; font-size: 15px; color: rgb(255, 255, 255);">XAU / USD</p> <p style="text-align: left; padding-left: 15px;">黃金 / 美元</p></div> <div class="item"><div class="price down">
2623.2487
</div></div> <div class="item"><div class="change down">
-0.4207%
</div></div></a> <div class="load-more" style="display: none;">noData</div></div></div> <br> <div class="tab-bar"><a href="javascript:;" class="tab-item active"><div class="tab-icon"><img src="/static/trader/img/[email protected]" alt=""></div> <div class="tab-label">homePage</div></a> <a href="/index/index/stocks.html" class="tab-item"><div class="tab-icon"><img src="/static/trader/img/[email protected]" alt=""></div> <div class="tab-label">quotation</div></a> <a href="/index/trader/trader.html" class="tab-item"><div class="tab-icon"><img src="/static/trader/img/order_unselect3.png" alt=""></div> <div class="tab-label">orderConfirmationOK</div></a> <a href="/index/user/personal_center.html" class="tab-item"><div class="tab-icon"><img src="/static/trader/img/[email protected]" alt=""></div> <div class="tab-label">User</div></a></div></div>
<script src="/static/trader/js/vue.min.js"></script>
<script src="/static/trader/js/vant.min.js"></script>
<script src="/static/trader/js/axios.min.js"></script>
<script src="/static/trader/js/qs.min.js"></script>
<script src="/static/trader/js/config.js"></script>
<script src="/static/trader/js/jquery-1.11.3.min.js"></script>
<script>
</script>
<script>
axios.defaults.baseURL = baseURL
new Vue({
el: '#app',
data () {
return {
news: [],
stocks: [],
stocks2: [],
stocks3: [],
optionals: [],
banners: [],
tab: '',
tabs: [],
rmbzlistclass: 'stock-list',
whhblistclass: 'stock-list my_hidden_class',
gjhjlistclass: 'stock-list my_hidden_class',
rmbzclass: 'my_bz_list_selected',
whhbclass: 'my_bz_list',
gjhjclass: 'my_bz_list'
}
},
created () {
this.loadData()
this.loadStocks()
},
watch: {
tab () {
this.loadStocks()
}
},
mounted () {
setInterval(this.loadStocks, 10000)
},
methods: {
loadData () {
axios.get('/login/getnews', {
params: {
type: 1
}
})
.then(res => {
if (res.data.code === 0) {
this.news = res.data.data
}
})
axios.get('/index/banners')
.then(res => {
if (res.data.code === 0) {
this.banners = res.data.data
}
})
axios.get('/index/category')
.then(res => {
if (res.data.code === 0) {
this.tabs = res.data.data
if (this.tabs.length > 0) {
this.tab = this.tabs[0].pcid
}
this.loadStocks()
}
})
},
loadStocks () {
axios.get('/order/optionList')
.then(res => {
if (res.data.code === 0) {
this.optionals = res.data.data
}
})
axios.get('/index/categorypro', {
params: {
pcid: this.tab
}
})
.then(res => {
if (res.data.code === 0) {
this.stocks = res.data.data.data1
this.stocks2 = res.data.data.data2
this.stocks3 = res.data.data.data3
}
})
},
showNews (news) {
if (news.type === 1) {
location.assign('/index/index/news_detail.html?title=' + news.title +
'&content=' + news.content)
} else {
// location.assign(news.content)
location.assign('/index/index/news_detail2.html?title=' + news.title +
'&content=' + news.content)
}
},
rmbzbtn(){
// $('#rmbz').show();
// $('#whhb').hide();
// $('#gjhj').hide();my_bz_list my_bz_list_selected
this.rmbzclass = 'my_bz_list_selected';
this.whhbclass = 'my_bz_list';
this.gjhjclass = 'my_bz_list';
this.rmbzlistclass= 'stock-list';
this.whhblistclass= 'stock-list my_hidden_class';
this.gjhjlistclass= 'stock-list my_hidden_class';
// $('#remenbizhong').show();
// $('#waihuihuobi').hide();
// $('#guojihuangjin').hide();
},whhbbtn(){
this.rmbzclass = 'my_bz_list';
this.whhbclass = 'my_bz_list_selected';
this.gjhjclass = 'my_bz_list';
this.rmbzlistclass= 'stock-list my_hidden_class';
this.whhblistclass= 'stock-list';
this.gjhjlistclass= 'stock-list my_hidden_class';
// $('#remenbizhong').show();
// $('#waihuihuobi').hide();
// $('#guojihuangjin').hide();
},gjhjbtn(){
this.rmbzclass = 'my_bz_list';
this.whhbclass = 'my_bz_list';
this.gjhjclass = 'my_bz_list_selected';
this.rmbzlistclass= 'stock-list my_hidden_class';
this.whhblistclass= 'stock-list my_hidden_class';
this.gjhjlistclass= 'stock-list';
// $('#remenbizhong').show();
// $('#waihuihuobi').hide();
// $('#guojihuangjin').hide();
},
}
})
</script>
</body></html>