除了颜色选择图片,注册页面

This commit is contained in:
X1627315083
2024-06-26 17:26:31 +08:00
parent 15077d37ea
commit c661454590
43 changed files with 1494 additions and 271 deletions

View File

@@ -676,8 +676,7 @@ export default defineComponent({
let submit = (value:any)=>{
Https.axiosPost(Https.httpUrls.questionnaire, value).then(
(rv) => {
console.log(rv);
alert('Submit Successfully!')
}
).catch(res=>{
});
@@ -790,7 +789,7 @@ export default defineComponent({
border: 2px solid rgb(173, 173, 173);
}
input,select{
height: 40px;
height: 7rem;
}
input,
button,