|
|
|
@ -40,7 +40,8 @@ |
|
|
|
|
<div class="tabs-flex"> |
|
|
|
|
<div class="flex-1"> |
|
|
|
|
<p>总资产: {{ userTimeMoneyDto.btc }}</p> |
|
|
|
|
<p>≈{{btcRMBCount}} CNY</p> |
|
|
|
|
<p>≈{{ btcRMBCount }} CNY</p> |
|
|
|
|
<p>提币地址:{{ userTimeMoneyDto.assessUserId }}</p> |
|
|
|
|
</div> |
|
|
|
|
<!-- <div class="flex-1"> |
|
|
|
|
<p>总资产: 0</p> |
|
|
|
@ -60,7 +61,8 @@ |
|
|
|
|
<div class="tabs-flex"> |
|
|
|
|
<div class="flex-1"> |
|
|
|
|
<p>总资产: {{ userTimeMoneyDto.usdt }}</p> |
|
|
|
|
<p>≈{{usdtRMBCount}} CNY</p> |
|
|
|
|
<p>≈{{ usdtRMBCount }} CNY</p> |
|
|
|
|
<p>提币地址:{{ userTimeMoneyDto.assessUserId }}</p> |
|
|
|
|
</div> |
|
|
|
|
<!-- <div class="flex-1"> |
|
|
|
|
<p>总资产: 0</p> |
|
|
|
@ -80,7 +82,8 @@ |
|
|
|
|
<div class="tabs-flex"> |
|
|
|
|
<div class="flex-1"> |
|
|
|
|
<p>总资产: {{ userTimeMoneyDto.eos }}</p> |
|
|
|
|
<p>≈{{eosRMBCount}} CNY</p> |
|
|
|
|
<p>≈{{ eosRMBCount }} CNY</p> |
|
|
|
|
<p>提币地址:{{ userTimeMoneyDto.assessUserId }}</p> |
|
|
|
|
</div> |
|
|
|
|
<!-- <div class="flex-1"> |
|
|
|
|
<p>总资产: 0</p> |
|
|
|
@ -100,7 +103,8 @@ |
|
|
|
|
<div class="tabs-flex"> |
|
|
|
|
<div class="flex-1"> |
|
|
|
|
<p>总资产: {{ userTimeMoneyDto.eth }}</p> |
|
|
|
|
<p>≈{{ethRMBCount}} CNY</p> |
|
|
|
|
<p>≈{{ ethRMBCount }} CNY</p> |
|
|
|
|
<p>提币地址:{{ userTimeMoneyDto.assessUserId }}</p> |
|
|
|
|
</div> |
|
|
|
|
<!-- <div class="flex-1"> |
|
|
|
|
<p>总资产: 0</p> |
|
|
|
@ -119,7 +123,7 @@ |
|
|
|
|
</el-tabs> |
|
|
|
|
</div> |
|
|
|
|
<a href="javascript:;" class="entry-btn" @click="goIndex"> |
|
|
|
|
<img src="../images/entry/btn.png"/> |
|
|
|
|
<img src="../images/entry/btn.png" /> |
|
|
|
|
</a> |
|
|
|
|
<!-- <div class="usdList"> |
|
|
|
|
<div class="usdItem" element-loading-background="rgba(0, 0, 0, 0.2)"> |
|
|
|
@ -169,16 +173,16 @@ |
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
<script> |
|
|
|
|
import NavHeader from '@/components/common/header'; |
|
|
|
|
import Footer from '@/components/common/footer'; |
|
|
|
|
import {getUserTimeMoneyDto} from '@/api/yyyf'; |
|
|
|
|
import {getLeftPrice} from '@/api/currency.js'; |
|
|
|
|
import {submit, reStart} from '@/api/yyyf'; |
|
|
|
|
import {logOut} from '@/api/user'; |
|
|
|
|
import {signUp, signIn} from '@/api/user'; |
|
|
|
|
import {yyyfUrl} from '@/api/app.js'; |
|
|
|
|
|
|
|
|
|
export default { |
|
|
|
|
import NavHeader from '@/components/common/header'; |
|
|
|
|
import Footer from '@/components/common/footer'; |
|
|
|
|
import {getUserTimeMoneyDto} from '@/api/yyyf'; |
|
|
|
|
import {getLeftPrice} from '@/api/currency.js'; |
|
|
|
|
import {submit, reStart} from '@/api/yyyf'; |
|
|
|
|
import {logOut} from '@/api/user'; |
|
|
|
|
import {signUp, signIn} from '@/api/user'; |
|
|
|
|
import {yyyfUrl} from '@/api/app.js'; |
|
|
|
|
|
|
|
|
|
export default { |
|
|
|
|
name: 'entry', |
|
|
|
|
data() { |
|
|
|
|
return { |
|
|
|
@ -195,8 +199,7 @@ |
|
|
|
|
btcRMBCount: 0, |
|
|
|
|
usdtRMBCount: 0, |
|
|
|
|
eosRMBCount: 0, |
|
|
|
|
ethRMBCount: 0 |
|
|
|
|
|
|
|
|
|
ethRMBCount: 0, |
|
|
|
|
}; |
|
|
|
|
}, |
|
|
|
|
components: { |
|
|
|
@ -213,7 +216,7 @@ |
|
|
|
|
} else { |
|
|
|
|
ths.$message.warning({ |
|
|
|
|
message: res.data.msg, |
|
|
|
|
onClose: function () { |
|
|
|
|
onClose: function() { |
|
|
|
|
ths.closeWindow(); |
|
|
|
|
}, |
|
|
|
|
}); |
|
|
|
@ -253,7 +256,7 @@ |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
winOpen: function () { |
|
|
|
|
winOpen: function() { |
|
|
|
|
if (this.newwin != undefined) { |
|
|
|
|
if ( |
|
|
|
|
navigator.userAgent.indexOf('Firefox') != -1 || |
|
|
|
@ -273,7 +276,7 @@ |
|
|
|
|
'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory=yes, height=600,width=1100,left=180,top=100' |
|
|
|
|
); |
|
|
|
|
}, |
|
|
|
|
closeWindow: function () { |
|
|
|
|
closeWindow: function() { |
|
|
|
|
if ( |
|
|
|
|
navigator.userAgent.indexOf('Firefox') != -1 || |
|
|
|
|
navigator.userAgent.indexOf('Chrome') != -1 |
|
|
|
@ -328,7 +331,7 @@ |
|
|
|
|
goIndex() { |
|
|
|
|
this.winOpen(); |
|
|
|
|
}, |
|
|
|
|
submitExam: function () { |
|
|
|
|
submitExam: function() { |
|
|
|
|
let self = this; |
|
|
|
|
//防止重复提交 |
|
|
|
|
if (!self.isSubmit) { |
|
|
|
@ -341,7 +344,7 @@ |
|
|
|
|
if (res.data.code === 200) { |
|
|
|
|
this.$message.success({ |
|
|
|
|
message: '提交成功', |
|
|
|
|
onClose: function () { |
|
|
|
|
onClose: function() { |
|
|
|
|
if (self.reqType == 0) { |
|
|
|
|
self.closeWindow(); |
|
|
|
|
} else { |
|
|
|
@ -354,14 +357,14 @@ |
|
|
|
|
} else { |
|
|
|
|
this.$message.warning({ |
|
|
|
|
message: res.data.msg, |
|
|
|
|
onClose: function () { |
|
|
|
|
onClose: function() { |
|
|
|
|
self.closeWindow(); |
|
|
|
|
}, |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
reStartTest: function () { |
|
|
|
|
reStartTest: function() { |
|
|
|
|
let self = this; |
|
|
|
|
//防止重复提交 |
|
|
|
|
if (!self.isSubmit) { |
|
|
|
@ -375,7 +378,7 @@ |
|
|
|
|
if (res.data.code === 200) { |
|
|
|
|
this.$message.success({ |
|
|
|
|
message: '重新开始成功', |
|
|
|
|
onClose: function () { |
|
|
|
|
onClose: function() { |
|
|
|
|
let signParams = { |
|
|
|
|
tel: res.data.data.tel, |
|
|
|
|
nickName: res.data.data.nickName, |
|
|
|
@ -390,7 +393,7 @@ |
|
|
|
|
} else { |
|
|
|
|
this.$message.warning({ |
|
|
|
|
message: res.data.msg, |
|
|
|
|
onClose: function () { |
|
|
|
|
onClose: function() { |
|
|
|
|
self.closeWindow(); |
|
|
|
|
}, |
|
|
|
|
}); |
|
|
|
@ -448,7 +451,10 @@ |
|
|
|
|
ths.ethRMBCount = ethCount * cnyAmount; |
|
|
|
|
|
|
|
|
|
let digitWallet = |
|
|
|
|
ths.btcRMBCount + ths.usdtRMBCount + ths.eosRMBCount + ths.ethRMBCount; |
|
|
|
|
ths.btcRMBCount + |
|
|
|
|
ths.usdtRMBCount + |
|
|
|
|
ths.eosRMBCount + |
|
|
|
|
ths.ethRMBCount; |
|
|
|
|
|
|
|
|
|
let total = |
|
|
|
|
digitWallet + |
|
|
|
@ -481,11 +487,11 @@ |
|
|
|
|
ths.reqType = localStorage.getItem('reqType'); |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
}; |
|
|
|
|
}; |
|
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
<style scoped lang="scss"> |
|
|
|
|
.entry-wrapper { |
|
|
|
|
.entry-wrapper { |
|
|
|
|
.entry-content { |
|
|
|
|
background: url(../images/entry/bg.jpg); |
|
|
|
|
background-size: cover; |
|
|
|
@ -528,9 +534,9 @@ |
|
|
|
|
padding: 24px; |
|
|
|
|
margin: 0; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.paylist { |
|
|
|
|
.paylist { |
|
|
|
|
position: relative; |
|
|
|
|
|
|
|
|
|
&::before { |
|
|
|
@ -544,9 +550,9 @@ |
|
|
|
|
left: 40px; |
|
|
|
|
background-size: cover; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.usdList { |
|
|
|
|
.usdList { |
|
|
|
|
margin: 0 auto; |
|
|
|
|
width: 815px; |
|
|
|
|
margin-top: 110px; |
|
|
|
@ -658,11 +664,11 @@ |
|
|
|
|
font-size: 10px; |
|
|
|
|
font-weight: normal; |
|
|
|
|
font-stretch: normal; |
|
|
|
|
line-height: 15px; |
|
|
|
|
line-height: 6px; |
|
|
|
|
letter-spacing: 0px; |
|
|
|
|
color: #08c7cf; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
</style> |
|
|
|
|