k94314517
2025-03-11 b882510e16aad7e84d1f50c58831b54ebb5bae22
h5/pages/staff/memberSel.vue
@@ -11,6 +11,7 @@
        @blur="initData()"
        type="text"
        placeholder="请输入姓名进行搜索"
            confirm-type="search"
        placeholder-style="color: #999999;"
      />
    </view>
@@ -35,7 +36,10 @@
          <text></text>
        </view>
      </checkbox-group>
      <view class="empty"></view>
      <view v-if="memberList.length == 0" class="empty_wrap">
         <image src="../../static/empty.png"></image>
         <text>暂无数据</text>
      </view>
    </view>
    <!--  -->
    <!-- <view class="sub_wrap">
@@ -127,6 +131,9 @@
</script>
<style lang="scss">
   .main_app{
      padding-top: 30rpx;
   }
.modal {
  padding: 40rpx 30rpx;
  .modal_header {