no message
This commit is contained in:
9
app.vue
9
app.vue
@@ -365,14 +365,17 @@
|
||||
<RespondAdd :riposteoptions="item.riposteoptions" @selectEomji="selectEomji" :index="index"></RespondAdd>
|
||||
</div>
|
||||
<RespondAdd v-else :riposteoptions="item.riposteoptions" :index="index" @selectEomji="selectEomji"></RespondAdd>
|
||||
</div>
|
||||
|
||||
<div class="respond-list-btn" v-if="item.ripostecount?.user > 0" @click="openRespondDetails(index)">
|
||||
<div class="respond-list-btn" v-if="item.ripostecount?.user > 0" @click="openRespondDetails(index)">
|
||||
共
|
||||
<span class="respond-list-btn-amount">{{ item.ripostecount?.user }}</span>
|
||||
人回应
|
||||
<img class="respond-list-btn-icon" src="@/img/arrowsRight.svg" />
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</template>
|
||||
|
||||
<!-- <template v-if="item['commentState']"> -->
|
||||
@@ -861,7 +864,7 @@ import axios from "axios"
|
||||
export default {
|
||||
name: "#answer-app",
|
||||
async setup() {
|
||||
const author = "dd5219893f4730447d50b6c8734b82c1"
|
||||
const author = "6fc0129715734f1450064bba4c1f74d3"
|
||||
const $ajax = (url, data) => {
|
||||
url = url.indexOf("//") > -1 ? url : baseURL + url
|
||||
return new Promise(function (resolve, reject) {
|
||||
|
||||
Reference in New Issue
Block a user