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

@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-06-24 11:43:04
* @LastEditors: ch
* @LastEditTime: 2022-06-29 19:22:24
* @LastEditTime: 2022-06-29 20:46:35
* @Description: file content
-->
<template>
@ -72,7 +72,7 @@
</template>
</ul>
<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"/>
<UiButton :disabled="!answerContent.trim()" @click="handleSubmitAnswer"
radius="4px" class="answer--btn" type="red_panel">发表</UiButton>

@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-06-27 11:46:34
* @LastEditors: ch
* @LastEditTime: 2022-06-29 19:27:26
* @LastEditTime: 2022-06-29 20:47:47
* @Description: file content
-->
<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:{
/**

Loading…
Cancel
Save