| | |
| | | <span class="myTip">{{errorMsg}}</span> |
| | | </div> |
| | | |
| | | <div class="mySecret" |
| | | v-else-if="articleFileType==myConstant.fileTypeVideo |
| | | <div class="mySecret" v-else-if="articleFileType==myConstant.fileTypeVideo |
| | | || articleFileType==myConstant.fileTypeMp3 |
| | | || articleFileType==myConstant.fileTypeShort"> |
| | | |
| | | <div class="mySecretSamll" v-if="introduce.length==0"> |
| | | <p>碎碎念只有那么一点了</p> |
| | | <p>但是下面依旧可以碎碎念</p> |
| | | </div> |
| | | <pre style="white-space: pre-line;"> |
| | | {{introduce}} |
| | | </pre> |
| | |
| | | |
| | | this.isAllowedComment = res.data.isAllowedComment; |
| | | this.introduce = res.data.introduce; |
| | | this.articleFileType = res.data.articleFileType; |
| | | |
| | | this.articelMeta = res.data; |
| | | |