gx
queenwuli
2020-12-18 bfc807ed1acd06060fe1c3b941f08ac643b9d81b
hive-app/pages/mine/knowledge.vue
@@ -1,9 +1,6 @@
<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>