feature/comment-0624-ch
ch 2 years ago
parent 41c35825fa
commit 47deb31894

@ -2,7 +2,7 @@
* @Author: ch * @Author: ch
* @Date: 2022-06-24 11:43:04 * @Date: 2022-06-24 11:43:04
* @LastEditors: ch * @LastEditors: ch
* @LastEditTime: 2022-06-29 19:22:24 * @LastEditTime: 2022-06-29 20:46:35
* @Description: file content * @Description: file content
--> -->
<template> <template>
@ -72,7 +72,7 @@
</template> </template>
</ul> </ul>
<div v-if="answerVisible" class="answer--form"> <div v-if="answerVisible" class="answer--form">
<input v-model="answerContent" class="answer--input" <input v-model="answerContent" class="answer--input" maxlength="500"
@keydown="handleClearAnswer" :placeholder="answerPlaceholder"/> @keydown="handleClearAnswer" :placeholder="answerPlaceholder"/>
<UiButton :disabled="!answerContent.trim()" @click="handleSubmitAnswer" <UiButton :disabled="!answerContent.trim()" @click="handleSubmitAnswer"
radius="4px" class="answer--btn" type="red_panel">发表</UiButton> radius="4px" class="answer--btn" type="red_panel">发表</UiButton>

@ -2,7 +2,7 @@
* @Author: ch * @Author: ch
* @Date: 2022-06-27 11:46:34 * @Date: 2022-06-27 11:46:34
* @LastEditors: ch * @LastEditors: ch
* @LastEditTime: 2022-06-29 19:27:26 * @LastEditTime: 2022-06-29 20:47:47
* @Description: file content * @Description: file content
--> -->
<template> <template>
@ -59,23 +59,6 @@ export default {
}) })
} }
// if (to.params.status) {
// next();
// } else {
// this.$confirm(" , bom, ", "", {
// confirmButtonText: "",
// cancelButtonText: "",
// type: "warning",
// })
// .then(() => {
// this.deleteFile();//
// next();
// })
// .catch(() => {
// // alert("router")
// });
// }
}, },
methods:{ methods:{
/** /**

Loading…
Cancel
Save