From cf4787bc8188cd0acc8a42793730b076742f29c1 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 16 四月 2026 17:37:35 +0800
Subject: [PATCH] 新增现场巡查模块(待完成)

---
 miniprogram_npm/tdesign-miniprogram/action-sheet/action-sheet.wxml |   48 +-----------------------------------------------
 1 files changed, 1 insertions(+), 47 deletions(-)

diff --git a/miniprogram_npm/tdesign-miniprogram/action-sheet/action-sheet.wxml b/miniprogram_npm/tdesign-miniprogram/action-sheet/action-sheet.wxml
index 174ee01..cabb001 100644
--- a/miniprogram_npm/tdesign-miniprogram/action-sheet/action-sheet.wxml
+++ b/miniprogram_npm/tdesign-miniprogram/action-sheet/action-sheet.wxml
@@ -1,47 +1 @@
-<wxs src="./action-sheet.wxs" module="this" />
-<wxs src="../common/utils.wxs" module="_" />
-<import src="./template/list.wxml" />
-<import src="./template/grid.wxml" />
-
-<view id="{{classPrefix}}" style="{{_._style([style, customStyle])}}" class="{{classPrefix}} class {{prefix}}-class">
-  <t-popup
-    visible="{{visible}}"
-    placement="bottom"
-    bind:visible-change="onPopupVisibleChange"
-    z-index="{{ popupProps.zIndex || defaultPopUpzIndex }}"
-    overlay-props="{{ popupProps.overlayProps || defaultPopUpProps }}"
-  >
-    <view
-      class="{{_.cls(classPrefix + '__content', [['grid', gridThemeItems.length]])}} {{prefix}}-class-content"
-      tabindex="0"
-    >
-      <view wx:if="{{description}}" tabindex="0" class="{{_.cls(classPrefix + '__description', [align])}}"
-        >{{description}}</view
-      >
-      <block wx:if="{{gridThemeItems.length}}">
-        <template is="grid" data="{{classPrefix, prefix, gridThemeItems, count, currentSwiperIndex}}" />
-      </block>
-      <view wx:elif="{{items && items.length}}" class="{{classPrefix}}__list">
-        <block wx:for="{{ items }}" wx:key="index">
-          <template
-            is="list"
-            data="{{index, classPrefix, listThemeItemClass: _.cls(classPrefix + '__list-item', [align, [disabled, item.disabled]]), item}}"
-          />
-        </block>
-      </view>
-    </view>
-    <slot />
-    <view wx:if="{{showCancel}}" class="{{classPrefix}}__footer">
-      <view class="{{classPrefix}}__gap-{{theme}}" />
-      <view
-        class="{{classPrefix}}__cancel {{prefix}}-class-cancel"
-        hover-class="{{classPrefix}}__cancel--hover"
-        hover-stay-time="70"
-        bind:tap="onCancel"
-        aria-role="button"
-      >
-        {{ cancelText }}
-      </view>
-    </view>
-  </t-popup>
-</view>
+<wxs src="./action-sheet.wxs" module="_this"/><wxs src="../common/utils.wxs" module="_"/><import src="./template/list.wxml"/><import src="./template/grid.wxml"/><view id="{{classPrefix}}" style="{{_._style([style, customStyle])}}" class="{{classPrefix}} class {{prefix}}-class"><t-popup visible="{{visible}}" placement="bottom" usingCustomNavbar="{{usingCustomNavbar}}" bind:visible-change="onPopupVisibleChange" show-overlay="{{showOverlay}}" z-index="{{ popupProps.zIndex || defaultPopUpzIndex }}" overlay-props="{{ popupProps.overlayProps || defaultPopUpProps }}"><view class="{{_.cls(classPrefix + '__content', [['grid', gridThemeItems.length]])}} {{prefix}}-class-content" tabindex="0"><view wx:if="{{description}}" tabindex="0" class="{{_.cls(classPrefix + '__description', [align])}}">{{description}}</view><block wx:if="{{gridThemeItems.length}}"><template is="grid" data="{{classPrefix, prefix, gridThemeItems, count, currentSwiperIndex}}"/></block><view wx:elif="{{items && items.length}}" class="{{classPrefix}}__list"><block wx:for="{{ items }}" wx:key="index"><template is="list" data="{{index, classPrefix, listThemeItemClass: _.cls(classPrefix + '__list-item', [align, [disabled, item.disabled]]), item}}"/></block></view></view><slot/><view wx:if="{{showCancel}}" class="{{classPrefix}}__footer"><view class="{{classPrefix}}__gap-{{theme}}"/><view class="{{classPrefix}}__cancel {{prefix}}-class-cancel" hover-class="{{classPrefix}}__cancel--hover" hover-stay-time="70" bind:tap="onCancel" aria-role="button">{{ cancelText || '鍙栨秷' }}</view></view></t-popup></view>
\ No newline at end of file

--
Gitblit v1.9.3