From 9a1c42d76c98f8170579ca505ae0abd450fe6707 Mon Sep 17 00:00:00 2001
From: sws <1141121512@qq.com>
Date: Sun, 29 Sep 2024 15:43:24 +0800
Subject: [PATCH 1/9] =?UTF-8?q?1.=E5=AE=9A=E4=BD=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/diy/header.vue | 3 +++
1 file changed, 3 insertions(+)
diff --git a/components/diy/header.vue b/components/diy/header.vue
index d68ba0dd..d3b91865 100644
--- a/components/diy/header.vue
+++ b/components/diy/header.vue
@@ -206,6 +206,9 @@
is_click: false,
});
},
+ user_back_choice_location(e) {
+ console.log('选择位置', e);
+ },
url_event(e) {
app.globalData.url_event(e);
},
From ba000bd630b934c27a9983e8b2b0aa614e98412a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com>
Date: Tue, 8 Oct 2024 10:12:22 +0800
Subject: [PATCH 2/9] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=87=AA=E5=AE=9A?=
=?UTF-8?q?=E4=B9=89=E9=80=BB=E8=BE=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/diy/custom.vue | 2 +-
components/diy/modules/custom/model-icon.vue | 6 +++---
components/diy/modules/custom/model-text.vue | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/components/diy/custom.vue b/components/diy/custom.vue
index 18764aac..6acda4e6 100644
--- a/components/diy/custom.vue
+++ b/components/diy/custom.vue
@@ -74,7 +74,7 @@
this.setData({
style_container: common_styles_computer(this.new_style.common_style) + 'box-sizing: border-box;', // 用于样式显示
div_width: sys_width,
- div_height: this.form.height * this.scale,
+ div_height: this.form.height,
});
},
url_open(link) {
diff --git a/components/diy/modules/custom/model-icon.vue b/components/diy/modules/custom/model-icon.vue
index eb16308a..be2eab01 100644
--- a/components/diy/modules/custom/model-icon.vue
+++ b/components/diy/modules/custom/model-icon.vue
@@ -1,10 +1,10 @@
-
+