#
whycq
2024-04-09 88d43463f7b33233470f34ae053ccf515c683db1
#
1个文件已修改
23 ■■■■■ 已修改文件
pages/phyz/order/pakinOrderSelect.vue 23 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/order/pakinOrderSelect.vue
@@ -52,6 +52,10 @@
                </view>
            </uni-popup>
        </view>
        <!-- 遮罩层 -->
        <view class="mask" v-if="mask">
            加载中。。。
        </view>
    </view>
</template>
@@ -73,7 +77,7 @@
                },
                index: 0,
                count: 0,
                mask: false
                
            }
        },
@@ -86,6 +90,7 @@
        methods: {
            getOrderDetlList(threeCode,limit) {
                let _this = this
                _this.mask = true
                _this.data.three_code = threeCode
                _this.data.limit = limit
                uni.request({
@@ -107,6 +112,7 @@
                            }
                            _this.dataList = res.data.records
                            _this.total = res.data.total
                            _this.mask = false
                        } 
                    }
                })
@@ -221,6 +227,21 @@
        flex: 4;
    }
    
    .mask {
        position: absolute;
        width: 100%;
        height: 100vh;
        z-index: 999;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .4);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: #fff;
    }
    .popup {
        width: 80vw;
        min-height: 100rpx;