no message
This commit is contained in:
parent
6b1b874bfa
commit
540ecd5632
7
app.vue
7
app.vue
@ -365,7 +365,6 @@
|
||||
<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)">
|
||||
共
|
||||
@ -373,6 +372,10 @@
|
||||
人回应
|
||||
<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) {
|
||||
|
@ -953,11 +953,11 @@ a {
|
||||
color: #555555;
|
||||
font-size: 13px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background-color: #fbfbfb;
|
||||
border-radius: 0 0 8px 8px;
|
||||
padding-bottom: 20px;
|
||||
align-items: center;
|
||||
border-radius: 8px;
|
||||
padding-top: 10px;
|
||||
width: 100%;
|
||||
}
|
||||
#answer-app .main .details-area-box .details-box .answer-box-item .respond-list-btn .respond-list-btn-amount {
|
||||
font-weight: 650;
|
||||
|
@ -1162,11 +1162,11 @@ a {
|
||||
color: #555555;
|
||||
font-size: 13px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background-color: #fbfbfb;
|
||||
border-radius: 0 0 8px 8px;
|
||||
padding-bottom: 20px;
|
||||
align-items: center;
|
||||
border-radius: 8px;
|
||||
padding-top: 10px;
|
||||
width: 100%;
|
||||
|
||||
.respond-list-btn-amount {
|
||||
font-weight: 650;
|
||||
|
Loading…
x
Reference in New Issue
Block a user