From 3b4b2dcd649e43660134fdce030a9a62a3af1d9c Mon Sep 17 00:00:00 2001 From: joey Date: Wed, 20 Aug 2025 11:04:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=A0=E9=99=A4=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- miniprogram/components/shape-picker/shape-picker.wxml | 3 +-- miniprogram/pages/shape/index.wxml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/miniprogram/components/shape-picker/shape-picker.wxml b/miniprogram/components/shape-picker/shape-picker.wxml index d7b0f09..99a01db 100644 --- a/miniprogram/components/shape-picker/shape-picker.wxml +++ b/miniprogram/components/shape-picker/shape-picker.wxml @@ -4,8 +4,7 @@ custom-class="shape-picker-popup"> - 选择形状{{selectedShapeIndex}} {{ singleMode ? '(单选)' : - '(多选)' }} + 选择形状{{ singleMode ? '(单选)' : '(多选)' }} diff --git a/miniprogram/pages/shape/index.wxml b/miniprogram/pages/shape/index.wxml index 0a68fa7..5dda8ad 100644 --- a/miniprogram/pages/shape/index.wxml +++ b/miniprogram/pages/shape/index.wxml @@ -44,7 +44,7 @@ bind:onChange="onChangeColor" /> - 预览打印效果 {{currentShapeId}} + 预览打印效果