riku
4 小时以前 b09c7e7aefd41a62326ea56460092aa0db54c083
package_supervision/pages/subtask/index.wxml
@@ -1,23 +1,25 @@
<!--pages/enterprise/result/index.wxml-->
<t-back-top theme="round" text="顶部" scroll-top="{{scrollTop }}"> </t-back-top>
<view class="page">
  <view class="page-header">
    <!-- <view class="subtask-header"> -->
    <t-dropdown-menu t-class-item="custom-dropdown-menu">
      <t-dropdown-item
        options="{{toptask.options}}"
        placement="right"
        value="{{toptask.value}}"
        bindchange="onToptaskChange"
      />
    </t-dropdown-menu>
    <!-- <scene-picker
    <t-sticky style="z-index: 10000">
      <!-- <view class="subtask-header"> -->
      <t-dropdown-menu t-class-item="custom-dropdown-menu">
        <t-dropdown-item
          options="{{toptask.options}}"
          placement="right"
          value="{{toptask.value}}"
          bindchange="onToptaskChange"
        />
      </t-dropdown-menu>
      <!-- <scene-picker
        style="background-color: white;margin: initial;"
        sceneMode="{{0}}"
        bind:sceneInitValue="initScene"
        bind:scenePickerChange="onScenePickerConfirm"
      >
      </scene-picker> -->
    <!-- </view> -->
      <!-- </view> -->
    </t-sticky>
    <t-loading
      wx:if="{{pageLoading}}"
      theme="circular"
@@ -42,6 +44,7 @@
      bind:select="handleSelectDay"
      value="{{thisDate}}"
    />
    <include src="./subtaskitem.wxml" />
  </view>
  <view class="page-footer"></view>
  <view class="page-footer"> </view>
</view>