| | |
| | | :title="$t('劃轉')" |
| | | left-arrow |
| | | @click-left="onClickLeft" |
| | | /> |
| | | > |
| | | <template #right> |
| | | <van-icon |
| | | @click="$router.push('/transferindex-list')" |
| | | name="orders-o" |
| | | size="20" |
| | | /> |
| | | </template> |
| | | </van-nav-bar> |
| | | <main> |
| | | <div> |
| | | <div class="main-header"> |
| | |
| | | <script> |
| | | import * as api from "@/axios/api"; |
| | | import { Notify } from "vant"; |
| | | import { login, transfer } from "../../axios/api"; |
| | | import { transfer } from "../../axios/api"; |
| | | |
| | | export default { |
| | | created() { |
| | |
| | | components: {}, |
| | | data() { |
| | | return { |
| | | exchangeRate: 7.35, |
| | | exchangeRate: 4.59, |
| | | formValue: "", |
| | | from: {}, |
| | | to: {}, |
| | |
| | | if (res.status === 0) { |
| | | Notify({ type: "success", message: this.$t("划转成功") }); |
| | | setTimeout(() => { |
| | | this.$router.push("/user"); |
| | | this.$router.push("/transferindex-list"); |
| | | }, 500); |
| | | } else { |
| | | Notify({ type: "warning", message: res.msg }); |