除了颜色选择图片,注册页面
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user