Ver Fonte

提现异常

@dongkboy há 1 ano atrás
pai
commit
de9dacda06
1 ficheiros alterados com 1 adições e 1 exclusões
  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,