zouyf_dev #58

Merged
zouyf merged 4 commits from zouyf_dev into main 2024-11-22 09:54:37 +08:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 5ac33bd1ca - Show all commits

View File

@ -491,7 +491,7 @@ const questForm = reactive({
method: '',
submitIndex: 0, // ([]0, [])
submitType: 0, //
status: 1, //
status: '1', //
list:[
{
text:""
@ -1339,7 +1339,7 @@ const submitForm=(formName) =>{
const workType = questForm.worktype.replace('(主观题)', '');
// ()(title_like)
const title = this.form.title
const title = questForm.title
.replace(/'/g, "\\'")
.replace(/_{3,}/g, "<!--BA--><div class=\"quizPutTag\" contenteditable=\"true\"></div><!--EA-->");
console.log(questForm,'???????????????????????');