From 0d3f1783b59b8eb0539b0827c131cbc7c9c78002 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Tue, 7 Nov 2023 14:40:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E7=A7=AF=E5=88=86?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=20-=20=E5=8F=96=E6=B6=88=E9=83=A8=E5=88=86?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/marketing/integral/config/index.vue | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/src/views/marketing/integral/config/index.vue b/src/views/marketing/integral/config/index.vue index 6fb6762..6513d6a 100644 --- a/src/views/marketing/integral/config/index.vue +++ b/src/views/marketing/integral/config/index.vue @@ -33,24 +33,24 @@ (指实际支付1 元赠送多少积分,单位: 分) - - - - (指下单所获赠送积分需冻结多少天后才可使用,单位:天;设置为0,即没有冻结期,积分冻结时间每20分钟更新一次) - - - - - - (指累计积分的清除时间。单位:月;例如:设置为6,指每隔6个月清除前6个月的积分,比如6月30日,自动清除上一年7月1日-12月31日的积分。) - - - - - - (指邀请新人好友成功登录商城后,赠送给邀请人的积分数;单位:分) - - + + + + + + + + + + + + + + + + + + @@ -193,8 +193,8 @@ export default { preview(){ this.modals = true; }, - - // 提交 + + // 提交 handleSubmit(name) { this.$refs[name].validate(valid => { if (valid) { @@ -211,7 +211,7 @@ export default { this.loading = false; this.$message.error(res.message); }); - } + } }); }, // 表单验证