From f5ed2ce2398b0e38e5e85b699d3cd4734cb88fa9 Mon Sep 17 00:00:00 2001 From: xiaochong0302 Date: Mon, 26 May 2025 19:19:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96fixbar=E7=94=B5=E8=AF=9D?= =?UTF-8?q?=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/home/js/fixbar.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/static/home/js/fixbar.js b/public/static/home/js/fixbar.js index df01c3e5..91d26f62 100644 --- a/public/static/home/js/fixbar.js +++ b/public/static/home/js/fixbar.js @@ -48,7 +48,9 @@ layui.use(['jquery', 'util'], function () { } var showPhoneCode = function () { - var content = '
' + window.contact.phone + '
'; + var content = '
'; + content += '' + window.contact.phone; + content += '
'; layer.open({ type: 1, title: false,