From d3e6dd6b3032c119676efa1e9fcee3a8a8043fc5 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期五, 07 三月 2025 13:40:44 +0800 Subject: [PATCH] ‘’ --- src/uni_modules/uview-plus/components/u-album/props.js | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/uni_modules/uview-plus/components/u-album/props.js b/src/uni_modules/uview-plus/components/u-album/props.js index 1786422..a219acb 100644 --- a/src/uni_modules/uview-plus/components/u-album/props.js +++ b/src/uni_modules/uview-plus/components/u-album/props.js @@ -76,6 +76,11 @@ unit: { type: [String], default: () => defProps.album.unit + }, + // 闃绘鐐瑰嚮鍐掓场 + stop: { + type: Boolean, + default: () => defProps.album.stop } } }) -- Gitblit v1.9.1