| | |
| | | <!-- </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> |
| | |
| | | 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:{ |
| | |
| | | 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; |
| | |
| | | padding: 0 30px; |
| | | box-sizing: border-box; |
| | | } |
| | | |
| | | .mt96 { |
| | | margin-top:114px; |
| | | } |
| | | |
| | | .success-title{ |
| | | margin-top:70px; |
| | | margin-bottom:115px; |
| | |
| | | .service-text{ |
| | | text-decoration:underline; |
| | | } |
| | | |
| | | .next-btn{ |
| | | width:100%; |
| | | height:96px; |
| | |
| | | border-radius: 8px; |
| | | } |
| | | } |
| | | |
| | | |
| | | </style> |
| | | |