From 20d282bb9f7526f3d0dcd5338d20cf22082ffe2c Mon Sep 17 00:00:00 2001 From: zhangsir Date: Thu, 19 Oct 2023 15:53:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E8=8D=90=E5=BC=B9=E7=AA=97=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/courselibrary/CourseRecommended.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/courselibrary/CourseRecommended.vue b/src/views/courselibrary/CourseRecommended.vue index 117d1ae3..65d6bbd7 100644 --- a/src/views/courselibrary/CourseRecommended.vue +++ b/src/views/courselibrary/CourseRecommended.vue @@ -150,7 +150,7 @@ export default defineComponent({ function handleOper(record, type, status = '') { if(state.count>=3){ if(record.recommendStatus!==1){ - message.info('最多推荐三个') + message.info('推荐课程上限3门,您可以取消原推荐后再做推荐') return } } @@ -355,9 +355,9 @@ export default defineComponent({ // getTableDate(); // }) watch(() => state.count,(value) => { - if(value>=3){ - message.info('最多推荐三个') - } + // if(value>=3){ + // message.info('最多推荐三个') + // } // getTableDate() console.log(value,'新值'); })