From 3282e95db0207ee133d1e98d9771dec9d83b0fc4 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 02 四月 2026 16:24:38 +0800
Subject: [PATCH] 2026.4.2 新增专题管理功能

---
 miniprogram_npm/tdesign-miniprogram/popup/popup.wxml |   37 +------------------------------------
 1 files changed, 1 insertions(+), 36 deletions(-)

diff --git a/miniprogram_npm/tdesign-miniprogram/popup/popup.wxml b/miniprogram_npm/tdesign-miniprogram/popup/popup.wxml
index 3bb4b94..97fc8d2 100644
--- a/miniprogram_npm/tdesign-miniprogram/popup/popup.wxml
+++ b/miniprogram_npm/tdesign-miniprogram/popup/popup.wxml
@@ -1,36 +1 @@
-<wxs src="./popup.wxs" module="popup" />
-<wxs src="../common/utils.wxs" module="_" />
-
-<view
-  wx:if="{{realVisible}}"
-  style="{{_._style([popup.getPopupStyles(zIndex, distanceTop, placement), style, customStyle])}}"
-  class="{{_.cls(classPrefix, [placement])}} {{transitionClass}} class {{prefix}}-class"
-  bind:transitionend="onTransitionEnd"
->
-  <!-- 鏆傛椂绉婚櫎锛歛ria-role="dialog" aria-modal="{{ true }}"锛屽叧鑱旓細https://github.com/Tencent/tdesign-miniprogram/issues/2142 -->
-  <view
-    data-prevention="{{preventScrollThrough || (overlayProps ? !!overlayProps.preventScrollThrough : false)}}"
-    bind:touchmove="{{popup.onContentTouchMove}}"
-    class="{{classPrefix}}__content {{prefix}}-class-content"
-  >
-    <slot name="content" />
-    <slot />
-    <view class="{{classPrefix}}__close" bind:tap="handleClose">
-      <t-icon name="close" wx:if="{{closeBtn}}" size="64rpx" />
-      <slot name="close-btn" class="{{classPrefix}}-slot" />
-    </view>
-  </view>
-</view>
-
-<t-overlay
-  id="popup-overlay"
-  wx:if="{{showOverlay}}"
-  visible="{{visible}}"
-  usingCustomNavbar="{{usingCustomNavbar}}"
-  z-index="{{overlayProps && overlayProps.zIndex || 11000}}"
-  duration="{{overlayProps && overlayProps.duration || 300}}"
-  background-color="{{overlayProps && overlayProps.backgroundColor || ''}}"
-  prevent-scroll-through="{{preventScrollThrough || (overlayProps ? !!overlayProps.preventScrollThrough : false)}}"
-  bind:tap="handleOverlayClick"
-  custom-style="{{overlayProps && overlayProps.style || ''}}"
-/>
+<wxs src="./popup.wxs" module="popup"/><wxs src="../common/utils.wxs" module="_"/><view wx:if="{{realVisible}}" style="{{_._style([popup.getPopupStyles(zIndex, distanceTop, placement), style, customStyle])}}" class="{{_.cls(classPrefix, [placement])}} {{transitionClass}} class {{prefix}}-class" bind:transitionend="onTransitionEnd"><view data-prevention="{{preventScrollThrough || (overlayProps ? !!overlayProps.preventScrollThrough : false)}}" bind:touchmove="{{popup.onContentTouchMove}}" class="{{classPrefix}}__content {{prefix}}-class-content"><slot name="content"/><slot/><view class="{{classPrefix}}__close" bind:tap="handleClose"><t-icon name="close" wx:if="{{closeBtn}}" size="64rpx"/><slot name="close-btn" class="{{classPrefix}}-slot"/></view></view></view><t-overlay id="popup-overlay" wx:if="{{showOverlay}}" visible="{{visible}}" usingCustomNavbar="{{usingCustomNavbar}}" z-index="{{overlayProps && overlayProps.zIndex || 11000}}" duration="{{overlayProps && overlayProps.duration || 300}}" background-color="{{overlayProps && overlayProps.backgroundColor || ''}}" prevent-scroll-through="{{preventScrollThrough || (overlayProps ? !!overlayProps.preventScrollThrough : false)}}" bind:tap="handleOverlayClick" custom-style="{{overlayProps && overlayProps.style || ''}}"/>
\ No newline at end of file

--
Gitblit v1.9.3