1
李凌
2025-09-19 e1e51991ad91c14fa00c5cf46f95e514f676ac4d
src/components/application/application.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')">
        <button class="btnMain text-white next-btn font-35"
          @click="goRouter('/cryptos/assetsCenter/rechargeWithdrawRecord')">
          {{ $t('查看') }} {{ title }} {{ $t('历史') }}</button>
      </div>
    </div>
@@ -35,6 +36,7 @@
<script>
import { Image as VanImage } from 'vant';
import assetsHead from "@/components/Transform/assets-head/index.vue";
import { customerServiceUrl } from "@/config";
import { dataTimeEx } from '@/utils/utis'
export default {
    name:'rechargeSubmit',
@@ -69,17 +71,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;
@@ -88,9 +96,11 @@
  padding: 0 30px;
  box-sizing: border-box;
}
.mt96 {
    margin-top:114px;
}
.success-title{
    margin-top:70px;
    margin-bottom:115px;
@@ -107,6 +117,7 @@
.service-text{
    text-decoration:underline;
}
.next-btn{
  width:100%;
  height:96px;
@@ -115,6 +126,4 @@
  border-radius: 8px;
}
}
</style>