no message
This commit is contained in:
@@ -55,6 +55,7 @@ import Header from '@/components/header.vue';
|
|||||||
import { getSupportBank } from '@/api/common.js';
|
import { getSupportBank } from '@/api/common.js';
|
||||||
import { getAcctBalance, exchTransfer, getExchUsers } from '@/api/finance.js';
|
import { getAcctBalance, exchTransfer, getExchUsers } from '@/api/finance.js';
|
||||||
import DownPopup from '@/components/common/down-popup.vue'
|
import DownPopup from '@/components/common/down-popup.vue'
|
||||||
|
import CryptoJS from 'crypto-js';
|
||||||
export default {
|
export default {
|
||||||
components: { Header,DownPopup },
|
components: { Header,DownPopup },
|
||||||
data() {
|
data() {
|
||||||
@@ -132,7 +133,9 @@ export default {
|
|||||||
this.categotyObj = data;
|
this.categotyObj = data;
|
||||||
},
|
},
|
||||||
async addWithdrawal() {
|
async addWithdrawal() {
|
||||||
|
this.form.password = CryptoJS.MD5(this.form.password).toString()
|
||||||
const params = this.form;
|
const params = this.form;
|
||||||
|
|
||||||
if (!params.amount) {
|
if (!params.amount) {
|
||||||
this.$refs.uToastRef.show({
|
this.$refs.uToastRef.show({
|
||||||
type: 'error',
|
type: 'error',
|
||||||
|
|||||||
Reference in New Issue
Block a user