hejianhao
2025-02-28 4ec4e3db52e30025d320667acee588c3cf3f14c6
Merge branch 'master' of http://120.76.84.145:10101/gitblit/r/H5/threeSide
1个文件已修改
8 ■■■■ 已修改文件
H5/pages/list/list.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/pages/list/list.vue
@@ -2,27 +2,27 @@
    <view class="content">
        <view class="bgColor2 h-96 flex a-center fs-27  j-between txt-center shadow1 font-w400 color1"
            style="position: sticky;top: 0;">
            <view @click="changeType('')" class="flex1 relative" :class="searchParams.type == '' && 'color2 font-bold'">
            <view @click="changeType('')" class="flex1 bgColor2 relative" :class="searchParams.type == '' && 'color2 font-bold'">
                <view class="relative zIndex1000">
                    全部
                </view>
                <view v-if="searchParams.type == ''" class="bgColor1"></view>
            </view>
            <view @click="changeType('0')" class="flex1 relative"
            <view @click="changeType('0')" class="flex1 bgColor2 relative"
                :class="searchParams.type == '0' && 'color2 font-bold'">
                <view class="relative zIndex1000">
                    上报待审核
                </view>
                <view v-if="searchParams.type == '0'" class="bgColor1"></view>
            </view>
            <view @click="changeType('1')" class="flex1 relative"
            <view @click="changeType('1')" class="flex1 bgColor2 relative"
                :class="searchParams.type == '1' && 'color2 font-bold'">
                <view class="relative zIndex1000">
                    正在办理
                </view>
                <view v-if="searchParams.type == '1'" class="bgColor1"></view>
            </view>
            <view @click="changeType('2')" class="flex1 relative"
            <view @click="changeType('2')" class="flex1 bgColor2 relative"
                :class="searchParams.type == '2' && 'color2 font-bold'">
                <view class="relative zIndex1000">
                    办结