Commit 7a19ff3a by kun

Merge branch 'master' of https://git.xoado.com/haitao/vueH5

parents 201abccc e499365e
......@@ -512,11 +512,11 @@ export default {
platform_id: this.businessInfo.businessData.platform_id,
uid: this.businessInfo.basicData.userid,
account_id: this.businessInfo.businessData.account_id,
memo:"提现到"+this.businessInfo.businessData.bank_name+"("+this.businessInfo.businessData.bank_account_no.replace(/^(\d{4})\d+(\d{4})$/, "尾号$2")+")"
// fee_info: JSON.stringify({
// buyerFee: "0.5",
// }),
};
asynNotifyM(json).then((res) => {
console.log(JSON.stringify(res));
if (!!res && !!res.data && res.status == 200) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment