li-guang
2020-12-18 82c48f3b548145d0cb3c652c47ed4def1e3e4c77
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>