1
李凌
9 days ago 3f1ab7f7f65fe665f6977f94899c763cc1ef1faf
src/views/cryptos/Recharge/rechargePage.vue
@@ -236,6 +236,10 @@
                showToast(this.$t('请输入数字'));
                return;
            }
            if (!this.fileList.length || !this.fileList[0].resURL) {
                showToast(this.$t('uploadImgPay'));
                return;
            }
            if (this.amount) {
                Axios.rechargeApply({
                    session_token: this.session_token,
@@ -320,7 +324,7 @@
    .hint-box {
        // background-color: $tab_background;
        background-color: $inp-b;
        // background-color: $inp-b;
        padding-top: 35px;
        padding-bottom: 52px;
    }