@dongkboy hace 1 año
padre
commit
de9dacda06
Se han modificado 1 ficheros con 1 adiciones y 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,