瀏覽代碼

提现异常

@dongkboy 1 年之前
父節點
當前提交
de9dacda06
共有 1 個文件被更改,包括 1 次插入1 次删除
  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,