达人申请添加身份证
This commit is contained in:
@@ -475,9 +475,9 @@ export default {
|
||||
return vm.$u.post("Expertapply/hobbyList")
|
||||
},
|
||||
// 达人申请
|
||||
applyExpert({ name, mobile, idCard, address, industry, hobby }) {
|
||||
applyExpert({ name, mobile, idcard, address, industry, hobby }) {
|
||||
return vm.$u.post("Expertapply/expertApply", {
|
||||
name, mobile, idCard, address, industry, hobby
|
||||
name, mobile, idcard, address, industry, hobby
|
||||
})
|
||||
},
|
||||
getInvoiceList() {
|
||||
|
||||
Reference in New Issue
Block a user