riku
2024-08-14 f2a0ea849099f49a3d2a9c7e5c44d033df22468f
pages/inspection/scene/index.wxml
@@ -19,10 +19,15 @@
          style-mode="picker"
          picker-class="picker-location"
          bind:onChange="onLocationChange"
          bind:locationInitValue="onLocationChange"
        ></location-picker>
      </view>
      <view class="filter-wrap-2">
        <scene-picker sceneMode="{{1}}" bind:scenePickerChange="onScenePickerConfirm" bind:sceneInitValue="onScenePickerConfirm"/>
        <scene-picker
          sceneMode="{{1}}"
          bind:scenePickerChange="onScenePickerConfirm"
          bind:sceneInitValue="onScenePickerConfirm"
        />
      </view>
    </view>
  </t-sticky>