From f8b4ce3d9229c8a1dab73e52064e72267efce4f8 Mon Sep 17 00:00:00 2001 From: rookie4show Date: Wed, 28 Feb 2024 00:29:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E6=AD=A5=E8=AE=BE=E7=BD=AE=E5=BE=A1?= =?UTF-8?q?=E9=AD=82=E7=BC=96=E8=BE=91=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ShikigamiProperty.vue | 80 ++++++++++++++++++++++++++-- 1 file changed, 75 insertions(+), 5 deletions(-) diff --git a/src/components/ShikigamiProperty.vue b/src/components/ShikigamiProperty.vue index cea7907..c9ae33c 100644 --- a/src/components/ShikigamiProperty.vue +++ b/src/components/ShikigamiProperty.vue @@ -32,9 +32,72 @@ - - - +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + +
+
@@ -66,6 +129,12 @@ export default { propertyData: propertyData, shikigami: { edit: false, + yuhun: { + target: "伤害输出", + property2: "", + property4: "", + property6: "", + }, levelRequired: "40", speed: "", skillRequiredMode: "all", @@ -102,8 +171,8 @@ export default { console.log("confirm====" + JSON.stringify(this.shikigami.edit)) // if (null == this.shikigami[this.index].properties) { this.shikigami.edit = true - this.$emit("updateProperty", JSON.parse(JSON.stringify(this.shikigami))); - Object.assign(this.$data, this.$options.data()) + this.$emit("updateProperty", JSON.parse(JSON.stringify(this.shikigami))); + Object.assign(this.$data, this.$options.data()) console.log("confirm====" + JSON.stringify(this.shikigami.edit)) // } @@ -117,3 +186,4 @@ export default { }, }; +