From c74ee9994d621681d548a00c1e683bbd681915af Mon Sep 17 00:00:00 2001 From: Paidax Date: Wed, 18 Jun 2025 23:35:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=96=97=E4=BC=91=E5=85=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../theRapyRecuperation/signUp/info.js | 70 +++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 src/main/resources/views/platform/theRapyRecuperation/signUp/info.js diff --git a/src/main/resources/views/platform/theRapyRecuperation/signUp/info.js b/src/main/resources/views/platform/theRapyRecuperation/signUp/info.js new file mode 100644 index 0000000..2f5ecf9 --- /dev/null +++ b/src/main/resources/views/platform/theRapyRecuperation/signUp/info.js @@ -0,0 +1,70 @@ +const INFO = { + template: /*language=HTML*/ ` +
+ + + + +
+ `, + props: { + id: { type: String, required: true }, + index: { type: Number, required: true }, + edit_other: { type: String, required: false, default: '' }, + }, + data(){ + return{ + + } + }, + methods: { + + } +}