|
|
@@ -3,36 +3,36 @@
|
|
|
<view class="icon-title-navBar-box">
|
|
|
<text class="nav-bar-title">{{data.ziliaoName}}</text>
|
|
|
</view>
|
|
|
- <view class="ezy-page-body">
|
|
|
+ <!--<view class="ezy-page-body">
|
|
|
<scroll-view scroll-y="true" class="level-list-container">
|
|
|
<view v-for="(item, index) in data.dengjiList" :key="item.dengjiId" class="level-item">
|
|
|
<view class="level-item-content">
|
|
|
- <!-- 图标 -->
|
|
|
+ <!– 图标 –>
|
|
|
<view @click="selectDjBtn(item)"
|
|
|
:class="{active: item.dengjiId == data.dengjiActiveSelect}">{{ item.dengjiName }}</view>
|
|
|
-
|
|
|
+
|
|
|
<view>
|
|
|
<view class="ziliao-card-box">
|
|
|
- <!-- <img/> -->
|
|
|
- <!-- 内容区 -->
|
|
|
+ <!– <img/> –>
|
|
|
+ <!– 内容区 –>
|
|
|
<view class="content-box">
|
|
|
<text class="title">{{ ziliaoName }}</text>
|
|
|
<text class="version">{{ getFirstVersion(item.banbenList) }}</text>
|
|
|
</view>
|
|
|
-
|
|
|
- <!-- PDF 按钮 -->
|
|
|
+
|
|
|
+ <!– PDF 按钮 –>
|
|
|
<view class="pdf-btn">
|
|
|
<icon>PDF</icon>
|
|
|
</view>
|
|
|
</view>
|
|
|
-
|
|
|
+
|
|
|
</view>
|
|
|
-
|
|
|
+
|
|
|
</view>
|
|
|
</view>
|
|
|
</scroll-view>
|
|
|
- </view>
|
|
|
- <jstxDownDialog ref="jiaocaiRef" @confirm-btn="jcConfirm" :content="jcContent"></jstxDownDialog>
|
|
|
+ </view>-->
|
|
|
+ <!--<jstxDownDialog ref="jiaocaiRef" @confirm-btn="jcConfirm" :content="jcContent"></jstxDownDialog>-->
|
|
|
</view>
|
|
|
</template>
|
|
|
|