From 1f9e43b7bbb848c7ee2aaa89ffece17002b2c915 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 16 一月 2026 17:31:08 +0800
Subject: [PATCH] 2026.1.16

---
 miniprogram_npm/tdesign-miniprogram/picker/picker.wxml |   18 +-----------------
 1 files changed, 1 insertions(+), 17 deletions(-)

diff --git a/miniprogram_npm/tdesign-miniprogram/picker/picker.wxml b/miniprogram_npm/tdesign-miniprogram/picker/picker.wxml
index c7131f8..7f79f57 100644
--- a/miniprogram_npm/tdesign-miniprogram/picker/picker.wxml
+++ b/miniprogram_npm/tdesign-miniprogram/picker/picker.wxml
@@ -1,17 +1 @@
-<wxs src="../common/utils.wxs" module="_" />
-
-<t-popup
-  wx:if="{{usePopup}}"
-  class="class"
-  visible="{{visible}}"
-  placement="bottom"
-  usingCustomNavbar="{{usingCustomNavbar}}"
-  bind:visible-change="onPopupChange"
-  z-index="{{ popupProps.zIndex || defaultPopUpzIndex }}"
-  overlay-props="{{ popupProps.overlayProps || defaultPopUpProps }}"
->
-  <include src="./template.wxml" />
-</t-popup>
-<block wx:else>
-  <include src="./template.wxml" />
-</block>
+<wxs src="../common/utils.wxs" module="_"/><t-popup wx:if="{{usePopup}}" class="class" close-on-overlay-click="{{autoClose}}" visible="{{visible}}" placement="bottom" using-custom-navbar="{{usingCustomNavbar || popupProps.usingCustomNavbar}}" z-index="{{ popupProps.zIndex || defaultPopUpzIndex }}" overlay-props="{{ popupProps.overlayProps || defaultPopUpProps }}" bind:visible-change="onPopupChange"><include src="./template.wxml"/></t-popup><block wx:else><include src="./template.wxml"/></block>
\ No newline at end of file

--
Gitblit v1.9.3