| | |
| | | <template> |
| | | <!-- 知识库 --> |
| | | <view class="container flex"> |
| | | <!-- #ifndef H5 --> |
| | | <view class="status_bar"></view> |
| | | <!-- #endif --> |
| | | <scroll-view class="list-left" scroll-y> |
| | | <view v-for="(item,index) in list" class="list-left-row" @click="active(index)" :class="activeIndex==index?'active':''"> |
| | | <text class="font-14 gray" @click="show(item)">{{item.primaryTitle}}</text> |
| | |
| | | </scroll-view> |
| | | <scroll-view class="list-right" scroll-y> |
| | | <view class="flex align-center list-right-row"> |
| | | <image class="list-right-img ml-10" mode="aspectFit" src="../../static/images/head-img.jpg"></image> |
| | | <image class="list-right-img ml-10" mode="aspectFit" src="../../static/images/default-avatar.png"></image> |
| | | <view class="flex flex-v ml-10"> |
| | | <text class="overflow-nowrap font-14">我是文章的标题</text> |
| | | <text class="overflow-omit font-14">我是文章的内容我是文章的内容我是文章的内容我是文章的内容</text> |