@ -107,7 +107,7 @@
< / view >
<!-- 加密货币之门 -- >
< view v-if ="!isLogin" >
< view >
< view class = "illustration_area" style = "background-color: #000;" >
< image src = "@/assets/img/illustration_1.png" mode = "" style = "width: 408rpx;height: 538rpx;" >
< / image >
@ -181,7 +181,7 @@
< view v-if ="!isLogin" class="jump_btn2" @click="goReg" style="margin-top: 20px;" >
{ { $t ( "option.d3" ) } }
< / view >
< view v -else class = "jump_btn2_1" @click ="goExchang e" style = "margin-top: 20px;" >
< view v -else class = "jump_btn2_1" @click ="goMin e" style = "margin-top: 20px;" >
{ { $t ( "option.d3" ) } }
< / view >
< / view >
@ -229,7 +229,7 @@
< view v-if ="!isLogin" class="jump_btn2" @click="goReg" style="margin-top: 20px;" >
{ { $t ( "homeNewText.gg7" ) } }
< / view >
< view v -else class = "jump_btn2_1" @click ="goExchange " style = "margin-top: 20px;" >
< view v -else class = "jump_btn2_1" @click ="goContract " style = "margin-top: 20px;" >
{ { $t ( "option.d3" ) } }
< / view >
< / view >
@ -247,7 +247,7 @@
< view v-if ="!isLogin" class="jump_btn2" @click="goReg" style="margin-top: 20px;" >
{ { $t ( "homeNewText.gg7" ) } }
< / view >
< view v -else class = "jump_btn2_1" @click ="goExchang e" style = "margin-top: 20px;" >
< view v -else class = "jump_btn2_1" @click ="goMin e" style = "margin-top: 20px;" >
{ { $t ( "option.d3" ) } }
< / view >
< / view >
@ -262,16 +262,20 @@
< view style = "color: white;margin-top: 10px;font-size: 33rpx;width: 100%;" >
{ { $t ( "homeNewText.ff13" ) } }
< / view >
< a href = "https://app.bitcoinimt.com/download/BITcoinimt.html" style = "display: block;width: 100%;text-decoration: none;" >
< view style = " display : flex ; width : 100 % ; border : 1px solid # a9a9a9 ; height : 50px ;
align - items : center ; justify - content : center ; margin - top : 20 px ; border - radius : 30 px ; " >
< image src = "@/assets/img/apple_1.png" mode = "" style = "width: 48rpx;height: 48rpx;" > < / image >
< view clas s= " "> APP Store < / view >
< view style = "color: white; "> APP Store < / view >
< / view >
< / a >
< a href = "https://app.bitcoinimt.com/download/BITcoinimt.html" style = "display: block;width: 100%;text-decoration: none;" >
< view style = " display : flex ; width : 100 % ; border : 1px solid # a9a9a9 ; height : 50px ;
align - items : center ; justify - content : center ; margin - top : 20 px ; border - radius : 30 px ; " >
< image src = "@/assets/img/android_1.png" mode = "" style = "width: 48rpx;height: 48rpx;" > < / image >
< view clas s= " "> Android < / view >
< view style = "color: white; "> Android < / view >
< / view >
< / a >
< view style = "margin-top: 20px;font-size: 32rpx;" >
{ { $t ( "homeNewText.ff16" ) } }
< / view >
@ -307,7 +311,7 @@
< / view >
< / view >
<!-- 资产 -- >
< view class = "top-tiel" v-else >
< view class = "top-tiel" v-if ="0" >
< view style = "border-bottom: 1px solid #000;" >
< view style = "margin: 20px 10px 10px; 10px" >
< view class = "d-flex p-t-md w-max" >
@ -350,7 +354,7 @@
< / view >
< view class = "head_info m-y-md " v-if ="isLogin" >
< view class = "head_info m-y-md " v-if ="isLogin&&0" >
< view class = "currency" > { { $t ( "base.f3" ) } } < / view >
< van -tabs v -if = " marketList.length " :active ="infoActive" background = "transparent" :border ="false"
animated >
@ -392,7 +396,7 @@
< / view >
< / v a n - t a b >
< van -tab v -for = " parentItem in marketList " :key ="parentItem.coin_name"
v - if = "parentItem.coin_name=='USDT'" >
v - if = "parentItem.coin_name=='USDT'&&0" >
< view class = "w-12/12 m-t-xs" >
< view class = "fn-center w-max" >
< view
@ -437,7 +441,7 @@
< / v - l i n k >
< / view >
<!-- 公告 -- >
< view class = "announcement" >
< view class = "announcement" v-if ="0" >
< view class = "text" > { { $t ( "notice.a2" ) } } < / view >
< v -link v -for = " ( item , index ) in articleList " :key ="item.id"
: to = "{ path: '/pages/notice/detail', query: { id: item.id } }" >
@ -870,6 +874,10 @@
this . show = false ;
this . tabChange ( 'exchange-operation' )
} ,
goContract ( ) {
this . show = false ;
this . tabChange ( 'contract' )
} ,
goLogin ( ) {
uni . navigateTo ( {
url : '/pages/login/index'
@ -1855,7 +1863,7 @@
line - height : 80 rpx ;
text - align : center ;
margin : 0 px auto 0 px ;
background - color : # D0712F ;
background - color : # 2 d58de ;
border - radius : 10 px ;
font - size : 14 px ;
color : # fff ;