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 新增专题管理功能

---
 components/gallery/index.wxml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/components/gallery/index.wxml b/components/gallery/index.wxml
index 1d74a1f..b259d4f 100644
--- a/components/gallery/index.wxml
+++ b/components/gallery/index.wxml
@@ -1,6 +1,6 @@
 <!--component/mygallery/mygallery.wxml-->
 <page-container show="{{show}}">
-  <view class="fyui-gallery {{show ? 'fyui-gallery_show' : ''}} {{extClass}}">
+  <view class="fyui-gallery {{show ? 'fyui-gallery_show' : ''}} {{extClass}} {{safeBottom ? 'safe-bottom' : ''}}">
     <t-icon wx:if="{{showRemark}}" class="fyui-gallery__close" name="close" color="white" size="26" bindtap="hideGallery"></t-icon>
     <view class="fyui-gallery__info" wx:if="{{true}}">{{current+1}} / {{currentImgs.length}}</view>
     <swiper class="fyui-gallery__img__wrp" bindtap="toggle" indicator-dots="{{false}}" bindanimationfinish="change" current="{{current}}" autoplay="{{false}}" duration="{{500}}">

--
Gitblit v1.9.3