From 3e9a2bfb605c41f825ec28228d1c5790dbb12db3 Mon Sep 17 00:00:00 2001 From: khalil Date: Fri, 20 Dec 2024 19:34:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A3=85=E6=89=AE=E5=95=86=E5=9F=8E-=E6=B0=94?= =?UTF-8?q?=E6=B3=A1-=E5=8E=BB=E6=8E=89=E5=9B=BE=E7=89=87=E9=99=90?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/chatbubble/ChatbubbleManageView.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/views/chatbubble/ChatbubbleManageView.vue b/src/views/chatbubble/ChatbubbleManageView.vue index 0e2a336..025dd94 100644 --- a/src/views/chatbubble/ChatbubbleManageView.vue +++ b/src/views/chatbubble/ChatbubbleManageView.vue @@ -519,11 +519,6 @@ export default { $("#tipModal").modal('show'); return; } - if (isEmpty(androidUrl) || isEmpty(iosUrl)) { - $("#tipMsg").text("图片不能为空"); - $("#tipModal").modal('show'); - return; - } if ($("#addForm").validationEngine('validate')) { console.log('$("#addForm").serialize()', $("#addForm").serialize()) $.ajax({