| | |
| | | |
| | | <div v-if="showMsg && !myLock"> |
| | | <div class="mySecretSamll" v-if="articleFileType==myConstant.fileTypeShort"> |
| | | <p>碎碎念只有那么一点了,但是下面依旧可以碎碎念</p> |
| | | <p>碎碎念只有那么一点了</p> |
| | | <p>但是下面依旧可以碎碎念</p> |
| | | </div> |
| | | |
| | | <div class="mySecret" v-else> |
| | |
| | | </div> |
| | | |
| | | <div class="mySecret" |
| | | v-else-if="articleFileType==myConstant.fileTypeVideo|| articleFileType==myConstant.fileTypeMp3"> |
| | | v-else-if="articleFileType==myConstant.fileTypeVideo |
| | | || articleFileType==myConstant.fileTypeMp3 |
| | | || articleFileType==myConstant.fileTypeShort"> |
| | | <pre style="white-space: pre-line;"> |
| | | {{introduce}} |
| | | </pre> |
| | |
| | | this.showMsg = true; |
| | | this.errorMsg = "加载中.."; |
| | | |
| | | if (this.articleFileType == myConstant.fileTypeShort) { |
| | | this.errorMsg = "该类型日志在这里没有更多啦.."; |
| | | return |
| | | } |
| | | // if (this.articleFileType == myConstant.fileTypeShort) { |
| | | // this.errorMsg = "该类型日志在这里没有更多啦.."; |
| | | // return |
| | | // } |
| | | |
| | | queryBlogArticleDetail({ |
| | | id: this.articleId, |
| | |
| | | } |
| | | |
| | | .mySecret { |
| | | height: 715px; |
| | | height: 515px; |
| | | display: flex; |
| | | flex-direction: column; |
| | | justify-content: center; |