讨论打包
This commit is contained in:
@@ -475,7 +475,7 @@ const submitAnswerComments = (content, index, i) => {
|
||||
let data = res.data
|
||||
|
||||
if (i != null) {
|
||||
console.log("targetCommentList[index]", targetCommentList[index])
|
||||
// console.log("targetCommentList[index]", targetCommentList[index])
|
||||
targetCommentList[index]["child"][i]["commentInput"] = ""
|
||||
targetCommentList[index]["child"][i]["picture"] = {}
|
||||
|
||||
@@ -920,7 +920,7 @@ const openEdit = (token, index, i) => {
|
||||
let target = {}
|
||||
if (i != null) target = list[index]["child"][i]
|
||||
else target = list[index]
|
||||
console.log(token, index, i, target)
|
||||
// console.log(token, index, i, target)
|
||||
editToken = target.token || ""
|
||||
editInput.value = target.content || ""
|
||||
editPicture.value = target.image || {}
|
||||
@@ -928,7 +928,7 @@ const openEdit = (token, index, i) => {
|
||||
editCommentState.value = true
|
||||
|
||||
nextTick(() => {
|
||||
console.log("editInput.value", editInputRef.value)
|
||||
// console.log("editInput.value", editInputRef.value)
|
||||
editInputRef.value.style.height = `${editInputRef.value.scrollHeight}px`
|
||||
})
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<img class="search-icon" src="@/assets/img/search-icon.png" @click="searchClick" />
|
||||
<!-- <div class="history-box" :class="{'history-box-show':historicalSearchState }" v-if="historicalSearchState"> -->
|
||||
<div class="history-box" :class="{ 'history-box-show': historicalSearchState }">
|
||||
<div class="history-title">历史搜索</div>
|
||||
<div class="history-title">历史搜索 41</div>
|
||||
<div class="history-list">
|
||||
<div class="history-item ellipsis" v-for="(item, index) in historicalSearchList" :key="index" @click.stop="handleClickHistoricalItem(item)">{{ item }}</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user