董国庆
2025-02-25 4bf5a093463d26ecb0807d6f235592d5ea027241
Merge branch 'master' of http://120.76.84.145:10101/gitblit/r/H5/threeSide
2个文件已修改
2个文件已添加
14 ■■■■■ 已修改文件
H5/pages/dispatchWorkOrder/dispatchWorkOrder.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/pages/result-entry/index.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/static/packUp.png 补丁 | 查看 | 原始文档 | blame | 历史
H5/static/unfold.png 补丁 | 查看 | 原始文档 | blame | 历史
H5/pages/dispatchWorkOrder/dispatchWorkOrder.vue
@@ -48,8 +48,7 @@
            <view class="popup-content">
                <view class="title-pop">请选择下派单位</view>
                <view class="pop-label">社区:</view>
                <uni-data-select :disabled="false" v-model="value" :localdata="range"
                    @change="change"></uni-data-select>
                <uni-data-select :disabled="false" v-model="value" :localdata="range"></uni-data-select>
                <view class="botton-btn">
                    <view class="cancle" @tap="close">取消</view>
@@ -90,9 +89,6 @@
            }
        },
        methods: {
            change(e) {
                console.log("e:", e);
            },
            close() {
                this.showPop = false
            },
H5/pages/result-entry/index.vue
@@ -77,9 +77,9 @@
                    </view>
                </view>
            </view>
            <view @tap="unfold" class="bgcolor3 absolute w-100 txt-center"
                style="bottom:-58rpx;left: 50%;transform: translate(-50%,-50%);">
                <image src="/static/location/back.png" class="h-23 w-15" style="transform: rotate(-90deg);" />
            <view @tap="unfold" class="absolute" style="bottom:-90rpx;left: 50%;transform: translate(-50%,-50%);">
                <image v-if="!unfoldFlag" src="@/static/unfold.png" class="h-54 w-156" />
                <image v-if="unfoldFlag" src="@/static/packUp.png" class="h-54 w-156" />
            </view>
        </view>
        <view class="br-19 mt-76 bs-1 pt-35 pb-33">
@@ -494,7 +494,7 @@
    }
    .transition-h {
        transition: max-height 0.5s ease-out;
        transition: max-height 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
    }
    .max-300 {
H5/static/packUp.png
H5/static/unfold.png