app首页更多展示优化

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

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

Loading…
Cancel
Save