From 110a8520fdf3caacd46750e7b76862df8c7eabd1 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 24 二月 2023 10:20:43 +0800
Subject: [PATCH] 2023.2.24

---
 component/inputcell/inputcell.wxml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/component/inputcell/inputcell.wxml b/component/inputcell/inputcell.wxml
index df6b4d1..0058427 100644
--- a/component/inputcell/inputcell.wxml
+++ b/component/inputcell/inputcell.wxml
@@ -1,4 +1,4 @@
-<view class="page">
+<view wx:if="{{item.show != false}}">
   <view class="hr-view"></view>
   <mp-cell ext-class="ext-cell">
     <view slot="title" class="title-cell"><text class="{{item.required != false ? 'required' : 'not-required'}}">*</text>{{item.name}}</view>

--
Gitblit v1.9.3