10.10综合交易所原始源码_移动端
1
admin
2026-01-27 f66eee1d038afc05f1a727db256ba5c6818f6fb4
src/views/cryptos/index.vue
@@ -34,7 +34,7 @@
      </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">
@@ -63,7 +63,7 @@
          <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"
@@ -73,7 +73,7 @@
        <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>