From 6dd47a56387040ae92ccad48ac26abd577595451 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Mon, 24 Jun 2024 17:41:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/course/courseDetail.vue | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/pages/course/courseDetail.vue b/pages/course/courseDetail.vue index 1f71b77..bd91597 100644 --- a/pages/course/courseDetail.vue +++ b/pages/course/courseDetail.vue @@ -906,7 +906,6 @@ export default { this.htmlContent = data.html; console.log(data, this.htmlContent, "this.htmlContent--++++"); -<<<<<<< HEAD if ( (this.htmlContent == "" || this.htmlContent == "


") && this.uploadPicLIst.length == 0 @@ -917,19 +916,6 @@ export default { }); return; } -======= - if ((this.htmlContent == '' || this.htmlContent == '


') && this.uploadPicLIst.length == 0) { - uni.showToast({ - icon: 'none', - title: '您未输入内容哦' - }) - return - } - - let images = '' - if (this.uploadPicLIst.length > 0) { - let list = this.uploadPicLIst.map(item => item.url) ->>>>>>> b988ec5ba4c35d1a3e1bed5bd9907a93aaeeb559 let images = ""; if (this.uploadPicLIst.length > 0) {