1
李凌
2025-09-19 e1e51991ad91c14fa00c5cf46f95e514f676ac4d
src/views/cryptos/Withdraw/withdrawSumbit.vue
@@ -25,7 +25,8 @@
        <!--         </div>-->
      </div>
      <div class="btn-wrap">
        <button class="btnMain text-white next-btn font-35" @click="goRouter('/cryptos/assetsCenter/rechargeWithdrawRecord?back=1')">
        <button class="btnMain text-white next-btn font-35"
          @click="goRouter('/cryptos/assetsCenter/rechargeWithdrawRecord?back=1')">
          {{ $t('查看') }} {{ title }} {{ $t('历史') }}</button>
      </div>
    </div>
@@ -36,6 +37,7 @@
import { Image as VanImage } from 'vant';
import assetsHead from "@/components/Transform/assets-head/index.vue";
import { dataTimeEx } from '@/utils/utis'
import { customerServiceUrl } from "@/config";
export default {
    name:'rechargeSubmit',
    components:{
@@ -72,17 +74,23 @@
          this.time = dataTimeEx(Date.parse(new Date()),true);
        },
      tokefu() {
      if (customerServiceUrl) {
        window.location.href = customerServiceUrl;
      } else {
        this.$router.push('/customerService')
      }
      }
    }
}
</script>
<style lang="scss" scoped>
@import "@/assets/init.scss";
#cryptos{
  .page-box {
  box-sizing: border-box;
}
.btn-wrap {
  position: fixed;
  left: 0;
@@ -91,9 +99,11 @@
  padding: 0 30px;
  box-sizing: border-box;
}
.mt96 {
    margin-top:114px;
}
.success-title{
    margin-top:70px;
    margin-bottom:115px;
@@ -110,6 +120,7 @@
.service-text{
    text-decoration:underline;
}
.next-btn{
  width:100%;
  height:96px;
@@ -118,7 +129,4 @@
  border-radius: 8px;
}
}
</style>