@dongkboy hai 1 ano
pai
achega
de9dacda06
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pages/wallet/withdraw.vue

+ 1 - 1
pages/wallet/withdraw.vue

@@ -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,