|
@@ -263,7 +263,7 @@
|
|
|
amountStatus: this.amountStatus,
|
|
|
fromBankCardId: this.bankCardInfo.id,
|
|
|
}
|
|
|
- let res = await this.$http.post('sysUserAccount/insert', params);
|
|
|
+ let res = await this.$http.post('/sysUserAccount/insert', params);
|
|
|
if (res.code == '200') {
|
|
|
uni.showToast({
|
|
|
title: res.msg,
|