26546 eslint

This commit is contained in:
花有清香月有阴
2022-01-10 10:04:14 +08:00
parent 2e1231376d
commit cf8237de2e

View File

@@ -1,5 +1,6 @@
<template> <template>
<div class="Detail" v-if="pageShow" :class="[isAnnouncer && data.status === '0' && data.type === '0' ? 'detail-active' : '']"> <div class="Detail" v-if="pageShow" :class="[isAnnouncer && data.status === '0' && data.type === '0' ? 'detail-active' : '']">
<div class="details">
<div class="detail-top"> <div class="detail-top">
<div flex class="w-100"> <div flex class="w-100">
<div class="avatar" v-text="data.avatar" /> <div class="avatar" v-text="data.avatar" />
@@ -20,6 +21,7 @@
<img :src="item.url" alt="" v-for="(item, index) in data.images" :key="index" @click="previewImage(data.images, item.url)" /> <img :src="item.url" alt="" v-for="(item, index) in data.images" :key="index" @click="previewImage(data.images, item.url)" />
</div> </div>
</div> </div>
<div v-if="data.type == 0" class="comments"> <div v-if="data.type == 0" class="comments">
<span class="totalCount"> <span class="totalCount">
<span class="total" v-text="`全部评论(${commentCount})`" /> <span class="total" v-text="`全部评论(${commentCount})`" />
@@ -75,6 +77,7 @@
<u-icon name="arrow-right" color="#999"></u-icon> <u-icon name="arrow-right" color="#999"></u-icon>
</div> </div>
</div> </div>
</div>
<div class="bottomInput" v-if="isAnnouncer && data.status === '0' && data.type === '0'"> <div class="bottomInput" v-if="isAnnouncer && data.status === '0' && data.type === '0'">
<div class="leftInput" @click="showBottomInput = true">我来说两句...</div> <div class="leftInput" @click="showBottomInput = true">我来说两句...</div>
@@ -330,6 +333,7 @@ export default {
.Detail { .Detail {
padding-bottom: 40px; padding-bottom: 40px;
background: #f6f7f9; background: #f6f7f9;
height: 100%;
.end-btn { .end-btn {
position: fixed; position: fixed;
@@ -349,6 +353,8 @@ export default {
padding-bottom: 132px; padding-bottom: 132px;
} }
.details {
// padding-bottom: 112px;
.detail-top { .detail-top {
padding: 30px; padding: 30px;
background: #fff; background: #fff;
@@ -560,6 +566,7 @@ export default {
} }
} }
} }
}
.bottomInput { .bottomInput {
position: fixed; position: fixed;