20240517
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<template>
|
||||
<view class="container commonPageBox">
|
||||
<view class="container commonPageBox" style="background-color: #fff !important;">
|
||||
<!-- 公共组件-每个页面必须引入 -->
|
||||
<public-module></public-module>
|
||||
<z-nav-bar title="吴门医述" bgColor="#3AB3AE" fontColor="#fff"></z-nav-bar>
|
||||
<z-nav-bar title="吴门之光" bgColor="#3AB3AE" fontColor="#fff"></z-nav-bar>
|
||||
<!-- <uni-search-bar @confirm="search" :focus="true" v-model="searchValue" @blur="blur" @focus="focus" @input="input"
|
||||
@cancel="cancel" @clear="clear">
|
||||
</uni-search-bar> -->
|
||||
@@ -33,7 +33,7 @@
|
||||
|
||||
|
||||
|
||||
<view class="grid twoCateList" v-if="twoCateList.length > 0">
|
||||
<view class="grid twoCateList" v-if="twoCateList.length > 0" >
|
||||
|
||||
|
||||
<u-grid :col="3" border class="u-grid-list cateList">
|
||||
@@ -51,8 +51,10 @@
|
||||
<scroll-view scroll-y="true" class="scroll-Y" v-if="titleList.length > 0">
|
||||
<template v-if="curOneCateIndex == 2 && curTwoCateIndex == 2">
|
||||
<!-- 吴门缘起-吴门之徽 -->
|
||||
|
||||
|
||||
<u-grid :col="3">
|
||||
|
||||
<u-grid-item class="scroll-view-item " v-for="(item, index) in titleList" :key="item.id"
|
||||
@click="previewImage(item.url)" style="align-items: flex-start;">
|
||||
|
||||
@@ -62,21 +64,18 @@
|
||||
|
||||
</template>
|
||||
<template v-else-if="curOneCateIndex == 0 && (curTwoCateIndex == 0 || curTwoCateIndex == 2)">
|
||||
<common-list @lower="onReachBottom1" :pagination="pagination" :dataList="titleList" @hancleClick="gotoDetail" label="title">
|
||||
</common-list>
|
||||
<!-- 学术贡献-学术思想和学术平台 -->
|
||||
<u-grid :col="1">
|
||||
<u-grid-item class="scroll-view-item " v-for="(item, index) in titleList" :key="item.id"
|
||||
@click="gotoDetail(item)"
|
||||
style="align-items: flex-start;border-bottom: 2px solid #fff;">
|
||||
<view :class="['titleItem']">{{ item.title }}</view>
|
||||
</u-grid-item>
|
||||
</u-grid>
|
||||
|
||||
</template>
|
||||
<template v-else-if="curOneCateIndex == 0 && (curTwoCateIndex == 1)">
|
||||
<u-divider text="点击标签进入出版专著"></u-divider>
|
||||
</template>
|
||||
<template v-else-if="(curOneCateIndex == 0 || curOneCateIndex == 2)"">
|
||||
|
||||
<u-grid :col="1">
|
||||
<common-list @lower="onReachBottom1" :dataList="titleList" @hancleClick="gotoDetail" label="name">
|
||||
</common-list>
|
||||
<!-- <u-grid :col="1">
|
||||
|
||||
<u-grid-item class="scroll-view-item " v-for="(item, index) in titleList" :key="item.id"
|
||||
@click="gotoDetail(item)"
|
||||
@@ -84,20 +83,27 @@
|
||||
<view :class="['titleItem']">{{ item.name }}</view>
|
||||
</u-grid-item>
|
||||
|
||||
</u-grid>
|
||||
</u-grid> -->
|
||||
|
||||
|
||||
|
||||
</template>
|
||||
<template v-if="curOneCateIndex == 3">
|
||||
<u-grid :col="1">
|
||||
|
||||
<common-list @lower="onReachBottom1" :dataList="titleList" @hancleClick="gotoDetail" label="title">
|
||||
</common-list>
|
||||
|
||||
<!-- <u-grid :col="1">
|
||||
|
||||
|
||||
|
||||
<scroll-view class="scroll-Y" scroll-y="true">
|
||||
<u-grid-item class="scroll-view-item " v-for="(item, index) in titleList"
|
||||
:key="item.id" @click="gotoDetail(item)"
|
||||
style="align-items: flex-start;border-bottom: 2px solid #fff;">
|
||||
<view :class="['titleItem']">{{ item.title }}</view>
|
||||
</u-grid-item></scroll-view>
|
||||
</u-grid>
|
||||
</u-grid> -->
|
||||
</template>
|
||||
|
||||
<template v-if="curOneCateIndex == 1">
|
||||
|
||||
Reference in New Issue
Block a user