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 新增专题管理功能
---
pages/selfpatrol/components/patrol-record/index.wxml | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/pages/selfpatrol/components/patrol-record/index.wxml b/pages/selfpatrol/components/patrol-record/index.wxml
index 5cc815c..4cfc7e3 100644
--- a/pages/selfpatrol/components/patrol-record/index.wxml
+++ b/pages/selfpatrol/components/patrol-record/index.wxml
@@ -19,7 +19,7 @@
<text slot="error">鏈彁浜�</text>
</t-image>
<block wx:else>
- <t-image
+ <!-- <t-image
wx:for="{{item.path1}}"
wx:key="index"
wx:for-item="urlItem"
@@ -30,7 +30,17 @@
height="80rpx"
shape="round"
aria-label="{{item.ledgerName}}"
+ /> -->
+ <t-image
+ t-class="t-class-image"
+ src="{{picPath}}"
+ mode="aspectFill"
+ width="80rpx"
+ height="80rpx"
+ shape="round"
+ aria-label="{{item.ledgerName}}"
/>
+ <view wx:if="{{leftPic > 0}}" class="left-pic">+{{leftPic}}</view>
</block>
</view>
</view>
--
Gitblit v1.9.3