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,