From cf4787bc8188cd0acc8a42793730b076742f29c1 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 16 四月 2026 17:37:35 +0800
Subject: [PATCH] 新增现场巡查模块(待完成)
---
miniprogram_npm/tdesign-miniprogram/skeleton/skeleton.wxml | 26 +-------------------------
1 files changed, 1 insertions(+), 25 deletions(-)
diff --git a/miniprogram_npm/tdesign-miniprogram/skeleton/skeleton.wxml b/miniprogram_npm/tdesign-miniprogram/skeleton/skeleton.wxml
index b5501c1..f0594ad 100644
--- a/miniprogram_npm/tdesign-miniprogram/skeleton/skeleton.wxml
+++ b/miniprogram_npm/tdesign-miniprogram/skeleton/skeleton.wxml
@@ -1,25 +1 @@
-<wxs src="../common/utils.wxs" module="_" />
-
-<view wx:if="{{ loading }}" style="{{_._style([style, customStyle])}}" class="{{classPrefix}} class {{prefix}}-class ">
- <view wx:if="{{ parsedRowcols.length }}" class="{{classPrefix}}__content">
- <view
- wx:for="{{parsedRowcols}}"
- wx:for-index="index"
- wx:for-item="row"
- wx:key="index"
- class="{{classPrefix}}__row {{prefix}}-class-row"
- >
- <view
- wx:for="{{ row }}"
- wx:for-index="index"
- wx:for-item="col"
- wx:key="index"
- class="{{col.class}} {{prefix}}-class-col"
- style="{{_._style(col.style)}}"
- ></view>
- </view>
- </view>
-</view>
-<view wx:else class="class {{classPrefix}}__content">
- <slot />
-</view>
+<wxs src="../common/utils.wxs" module="_"/><view wx:if="{{ isShow }}" style="{{_._style([style, customStyle])}}" class="{{classPrefix}} class {{prefix}}-class"><view wx:if="{{ parsedRowCols.length }}" class="{{classPrefix}}__content"><view wx:for="{{parsedRowCols}}" wx:for-index="index" wx:for-item="row" wx:key="index" class="{{classPrefix}}__row {{prefix}}-class-row"><view wx:for="{{ row }}" wx:for-index="index" wx:for-item="col" wx:key="index" class="{{col.class}} {{prefix}}-class-col" style="{{_._style(col.style)}}"></view></view></view></view><view wx:else class="class {{classPrefix}}__content"><slot/></view>
\ No newline at end of file
--
Gitblit v1.9.3