doum
2025-09-23 bcadfb6de692c138774688efd7928a973d59860f
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>