From 38ceb50b93d1b2594df9d51aac61185375e0864a Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Fri, 21 Nov 2025 10:48:06 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=81=93=E5=85=B7=E8=B5=A0=E9=80=81):=20?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=8E=A5=E5=8F=A3=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/props/props-send-tool/send-ticket.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/props/props-send-tool/send-ticket.vue b/src/views/props/props-send-tool/send-ticket.vue index 3996b45..62d5891 100644 --- a/src/views/props/props-send-tool/send-ticket.vue +++ b/src/views/props/props-send-tool/send-ticket.vue @@ -91,9 +91,9 @@ - + @@ -144,8 +144,8 @@ export default { submitLoading: false, formRules: { receiverAccounts: commonRules, - validDays: [ - { required: true, message: "有效天数不能为空", trigger: "blur" }, + propDays: [ + { required: true, message: "道具天数不能为空", trigger: "blur" }, { validator: (rule, value, callback) => { if (value === "" || isNaN(value)) { @@ -167,7 +167,7 @@ export default { userIds: [], type: "PROPS", propId: "", - validDays: "", + propDays: "", secondaryType: "", vipOrigin: null },