1
李凌
2026-01-13 0c77528e15c10eccee4ab86f33645510fe038119
1
2 files modified
20 ■■■■ changed files
src/views/cryptos/Recharge/rechargePage.vue 18 ●●●● patch | view | raw | blame | history
src/views/homePage/index.vue 2 ●●● patch | view | raw | blame | history
src/views/cryptos/Recharge/rechargePage.vue
@@ -31,13 +31,13 @@
                            {{ $t('粘贴') }}</div>
                    </div>
                </div> -->
                <!-- <div class="mb-20">
                <div class="mb-20">
                    <div class="font-28 textColor">{{ $t('充币数量') }}</div>
                    <div>
                        <input v-model="amount" class="input-view w-full font-28 textColor inputBackground"
                            :placeholder="$t('请输入充币数量')" />
                    </div>
                </div> -->
                </div>
                <div>
                    <div class="font-28 textColor">{{ $t('链名称') }}</div>
                    <div class="flex ">
@@ -47,20 +47,22 @@
                                item.blockchain_name }}</div>
                    </div>
                </div>
                <!-- <div>
                <div>
                    <div class="font-28 textColor">{{ $t('付款凭证(上传支付详情截图)') }}</div>
                    <div class="img-box">
                        <van-uploader accept="image/*" v-model="fileList" multiple :max-count="1"
                            :before-read="beforeRead" :after-read="afterRead" />
                    </div>
                </div> -->
                </div>
            </div>
            <div class="hint-box">
                <div class="pl-30 pr-30">
                    <!-- <div class="font-30 mb-27 textColor">{{ $t('重要提示') }}</div> -->
                    <!-- <div class="font-28 text-grey" v-html="tip"></div> -->
                    <!-- <button class="btnMain text-white next-btn font-30 rounded-lg" @click="nextBtn">{{ $t('下一步')
                        }}</button> -->
                    <button class="btnMain text-white next-btn font-30 rounded-lg" @click="nextBtn">
                        {{ $t('下一步') }}
                    </button>
                </div>
            </div>
        </div>
@@ -242,7 +244,7 @@
                    amount: this.amount,
                    from: this.enterAddress,
                    blockchain_name: this.blockchain_name,
                    // img: this.fileList[0].resURL,
                    img: this.fileList[0].resURL,
                    coin: this.coin,
                    channel_address: this.address,
                    tx: "",
@@ -319,8 +321,6 @@
    }
    .hint-box {
        // background-color: $tab_background;
        background-color: $inp-b;
        padding-top: 35px;
        padding-bottom: 52px;
    }
src/views/homePage/index.vue
@@ -136,7 +136,7 @@
    // { key: 12, name: "C2C", icon: new URL('@/assets/imgs/home/home_1.png', import.meta.url), path: '/wantBuy' },
    // { key: 13, name: t('质押'), icon: new URL('@/assets/imgs/home/home_1.png', import.meta.url), path: '' },
    { key: 14, name: t('onLineService'), icon: new URL('@/assets/imgs/home/home_10.png', import.meta.url), path: '/customerService' },
    { key: 15, name: 'DXCM PDF', icon: new URL('@/assets/imgs/home/home_1.png', import.meta.url), path: 'https://www.dexm-whitepaper.com/' },
    // { key: 15, name: 'DXCM PDF', icon: new URL('@/assets/imgs/home/home_1.png', import.meta.url), path: 'https://www.dexm-whitepaper.com/' },
]
// 获取公告数据