| | |
| | | </van-notice-bar> |
| | | </div> |
| | | <cry-nav /> |
| | | <div class="quickly"> |
| | | <!-- <div class="quickly"> |
| | | <div class="quickBox chongbi" :class="THEME == 'dark' ? 'dark' : 'white'" |
| | | @click="$router.push('/cryptos/recharge/rechargeList')"> |
| | | <div class="left"> |
| | |
| | | <img v-else src="@/assets/theme/white/image/goto.png" alt=""> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> --> |
| | | <ex-hot :listData="hList"></ex-hot> |
| | | <list-quatation :listData="qList" /> |
| | | <van-popup v-model:show="item.showPopUp" style="border-radius:10px;" :close-on-click-overlay="false" |
| | |
| | | <div class="flex justify-center mt-30" v-if="item.imgUrl"><img :src="`${item.imgUrl}`" class="w-200 h-200" |
| | | alt="" /></div> |
| | | <div class="py-10 textColor content-title" v-html="item.content"></div> |
| | | <van-button color="#1194F7" class="w-full h-40 rounded-full" type="info" @click="closePopNotice(item)"> |
| | | <van-button color="#92D1FF" class="w-full h-40 rounded-full" type="info" @click="closePopNotice(item)"> |
| | | {{ $t('我知道了') }} |
| | | </van-button> |
| | | </div> |