|
|
|
@ -1581,11 +1581,11 @@ export default { |
|
|
|
} |
|
|
|
}); |
|
|
|
//获取适用性别 |
|
|
|
// getapi("/api/app/for-sex").then((res) => { |
|
|
|
// if (res.code != -1) { |
|
|
|
// this.forsexdata = res.data; |
|
|
|
// } |
|
|
|
// }); |
|
|
|
getapi("/api/app/for-sex").then((res) => { |
|
|
|
if (res.code != -1) { |
|
|
|
this.forsexdata = res.data; |
|
|
|
} |
|
|
|
}); |
|
|
|
}, |
|
|
|
//创建弹框 |
|
|
|
createabulletbox() { |
|
|
|
|