riku
6 小时以前 b09c7e7aefd41a62326ea56460092aa0db54c083
package_supervision/pages/subtask/index.wxml
@@ -1,6 +1,7 @@
<!--pages/enterprise/result/index.wxml-->
<t-back-top theme="round" text="顶部" scroll-top="{{scrollTop }}"> </t-back-top>
<view class="page">
  <view class="page-header">
    <t-sticky style="z-index: 10000">
    <!-- <view class="subtask-header"> -->
    <t-dropdown-menu t-class-item="custom-dropdown-menu">
      <t-dropdown-item
@@ -18,6 +19,7 @@
      >
      </scene-picker> -->
    <!-- </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>