From bcadfb6de692c138774688efd7928a973d59860f Mon Sep 17 00:00:00 2001 From: doum <doum> Date: 星期二, 23 九月 2025 13:51:42 +0800 Subject: [PATCH] H5静态化 --- server/src/main/resources/templates/mobile/components/footerMobile.html | 15 ++++++++++++--- 1 files changed, 12 insertions(+), 3 deletions(-) diff --git a/server/src/main/resources/templates/mobile/components/footerMobile.html b/server/src/main/resources/templates/mobile/components/footerMobile.html index 726770f..8afcaa5 100644 --- a/server/src/main/resources/templates/mobile/components/footerMobile.html +++ b/server/src/main/resources/templates/mobile/components/footerMobile.html @@ -134,7 +134,8 @@ </div> <div class="footer_x"></div> <div class="footer_info"> - <span>${bottom.footWords!''}</span> + <span>${bottom.footWords1!''}</span> + <span>${bottom.footWords2!''}</span> </div> <div style="width: 100%; height: 54px;"></div> <div class="footer_qrcode"> @@ -148,10 +149,18 @@ </div> </div> <div class="footer_lx"> + <a href="tel:${bottom.linkMobile!''}"> <div class="footer_lx_left"> <img src="${webDomain}/images/ic_phone@2x.png" /> - <span>鐢佃瘽鍜ㄨ</span> + <span >鐢佃瘽鍜ㄨ</span> </div> - <div class="footer_lx_right">鐢宠鍏嶈垂璇曠敤</div> + </a> + <div class="footer_lx_right"> + <#if template == 'cooperationMobile.html' || template == 'aboutMobile.html'> + <a onclick="submitInfo()" >鎻愪氦鐢宠璇曠敤</a> + <#else> + <a href="${webDomain}/cooperationMobile.html">鐢宠鍏嶈垂璇曠敤</a> + </#if> + </div> </div> </div> -- Gitblit v1.9.3