update: 开店入驻时自动添加邮箱字段

This commit is contained in:
mixtan 2025-06-18 15:52:14 +08:00
parent 3a9caf54e7
commit 6a185803c5

View File

@ -377,6 +377,7 @@ export default {
...this.form,
...auditItem,
...this.currentBank,
email: `${auditItem?.login_mobile}@qq.com`,
};
console.log("params", params);