Browse Source

优化在线支持提示

tags/v1.0.1-224.11141
ranjunhao 3 years ago
parent
commit
85a917230c
1 changed files with 5 additions and 6 deletions
  1. +5
    -6
      src/main/resources/templates/common/header.html

+ 5
- 6
src/main/resources/templates/common/header.html View File

@@ -118,9 +118,8 @@
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle waves-effect waves-dark" id="iPhone">
<svg t="1645517749496" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5425" width="600" height="600"><path d="M925.375198 814.828718c-15.353678-44.43535-37.751984-85.980596-66.653025-123.55195-28.539778-37.21009-62.679132-69.362498-101.334274-95.734697-35.223143-24.02399-73.697654-42.809667-114.159111-55.634504 40.280826-22.398307 74.239548-54.189451 98.986065-92.663961 28.359146-44.074087 43.351561-95.012171 43.351561-147.57594C785.566414 147.395308 661.833833 23.482096 509.922738 23.482096 357.650379 23.482096 233.737167 147.395308 233.737167 299.667666c0 52.383136 14.992415 103.321221 43.351561 147.395308 24.927148 38.655142 58.885871 70.626918 98.986065 92.844593-40.461457 13.005468-78.574705 31.610513-113.97848 55.634504-38.655142 26.3722-72.794496 58.524608-101.514905 95.734697-28.901041 37.571353-51.479979 79.116599-66.833657 123.55195-16.076204 46.061034-24.204622 94.289645-24.204622 143.421414 0 23.120833 18.966308 42.087141 42.087141 42.087141s42.087141-18.966308 42.08714-42.087141c0-195.985183 159.497619-355.482801 355.482802-355.482801S864.683013 762.26495 864.683013 958.250132c0 23.120833 18.966308 42.087141 42.08714 42.087141s42.087141-18.966308 42.087141-42.087141c0.361263-49.131769-7.586523-97.360381-23.482096-143.421414z m-223.983065-515.341683c0 105.488799-85.799965 191.469395-191.469395 191.469395h-0.903158c-50.576821 0-98.263539-19.688834-134.209208-55.453872-36.306932-36.126301-56.357029-84.354913-56.357029-135.473629 0-105.850062 85.799965-192.011289 191.469395-192.011289s191.469395 85.799965 191.469395 191.469395z" p-id="5426"></path></svg>
<span>联系</span>
<span>在线支持</span>
</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle waves-effect waves-dark" id="gitee">
@@ -241,9 +240,9 @@
</div>
</nav>
<div class="" id="iPhoneQRCode" style="display: none;position: absolute;left: 50%;transform: translateX(-50%);top: 300%;">
<img style="width: 300px;" th:src="@{/assets/images/users/stonedtQRCode.jpg}">
<img style="width: 310px;" th:src="@{/assets/images/users/stonedtQRCode.jpg}">
<div>
<h3 style="text-align: center">联系我们</h3>
<h5 style="text-align: center">系统使用中有任何问题请添加产品经理微信</h5>
</div>
</div>
<!-- drop-search -->
@@ -314,10 +313,10 @@
};
// 在用户点击其他地方时,关闭弹窗
window.onclick = function(event) {
if (event.target !== iPhone) {
if (event.target !== iPhone && event.target.parentElement !== iPhone) {
iPhoneQRCode.style.display = "none";
}
}
};
//获取系统名称
function getSystemTitle(){


Loading…
Cancel
Save