达人申请添加身份证

This commit is contained in:
2020-09-15 15:40:08 +08:00
parent 1a9f06e722
commit 339f8e3346
3 changed files with 28 additions and 11 deletions

View File

@@ -475,9 +475,9 @@ export default {
return vm.$u.post("Expertapply/hobbyList")
},
// 达人申请
applyExpert({ name, mobile, address, industry, hobby }) {
applyExpert({ name, mobile, idCard, address, industry, hobby }) {
return vm.$u.post("Expertapply/expertApply", {
name, mobile, address, industry, hobby
name, mobile, idCard, address, industry, hobby
})
},
getInvoiceList() {