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