|
@@ -30,7 +30,9 @@
|
|
|
需專人評估地區
|
|
|
</div>
|
|
|
<div class="store_cta_text mt-15">
|
|
|
- <p>請填寫<a href="https://ocard.co/q?s=mV8ggl&qtk=LmybMx&_ga=2.252447817.1761930027.1658133789-1993023897.1656902976">評估表單</a>,將會有專人致電諮詢與評估</p>
|
|
|
+ <p>請填寫<a
|
|
|
+ href="https://ocard.co/q?s=mV8ggl&qtk=LmybMx&_ga=2.252447817.1761930027.1658133789-1993023897.1656902976">評估表單</a>,將會有專人致電諮詢與評估
|
|
|
+ </p>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -268,6 +270,11 @@
|
|
|
$("#pills-south").addClass("active show");
|
|
|
$("#pills-south-tab").addClass("active");
|
|
|
}
|
|
|
+
|
|
|
+ $(window).bind('beforeunload', function () {
|
|
|
+ return window.localStorage.removeItem('store');
|
|
|
+ }
|
|
|
+ );
|
|
|
})
|
|
|
</script>
|
|
|
</body>
|