app首页更多展示优化

jg-waiwang-pro
mhsnet 5 months ago
parent 1317214168
commit 9bcb8f8d87

@ -10,7 +10,7 @@
<view class="search-box_sticky">
<u-tabs name="tabName" count="tabCount" :list="tabList" :is-scroll="false" :current="tabCurrent"
@change="fnTabsChange"></u-tabs>
<view style="text-align: center;color: cadetblue;padding: 1px;">
<!-- <view style="text-align: center;color: cadetblue;padding: 1px;">
<template v-if="tabCurrent == 0">
<text @click="openPage('/pages/workFlow/flowLaunch/index')"> >>></text>
</template>
@ -23,19 +23,23 @@
<template v-else>
<text @click="openPage('/pages/workFlow/flowCopy/index')"> >>></text>
</template>
</view>
</view> -->
</view>
<template v-if="tabCurrent == 0">
<flowLaunch />
<u-loadmore status="loadmore" @loadmore="openPage('/pages/workFlow/flowLaunch/index')" />
</template>
<template v-else-if="tabCurrent == 1">
<flowTodo />
<u-loadmore status="loadmore" @loadmore="openPage('/pages/workFlow/flowTodo/index')" />
</template>
<template v-else-if="tabCurrent == 2">
<flowDone />
<u-loadmore status="loadmore" @loadmore="openPage('/pages/workFlow/flowDone/index')" />
</template>
<template v-else>
<flowCopy />
<u-loadmore status="loadmore" @loadmore="openPage('/pages/workFlow/flowCopy/index')" />
</template>
</view>
</template>

Loading…
Cancel
Save