|
@@ -4,6 +4,25 @@ $('#footer').load('../../template/footer.html');
|
|
|
$('#btn-box').load('../../template/button.html');
|
|
|
$('#topCarousel').load('../../template/top_carousel.html');
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+// window.onload = function () {
|
|
|
+
|
|
|
+// if (screen.width < 991) {
|
|
|
+
|
|
|
+// window.location.href = `https://m.hhh.com.tw/cases/lists/`;
|
|
|
+// }
|
|
|
+// }
|
|
|
+
|
|
|
+// window.onload = function () {
|
|
|
+// //hhh_user_api();
|
|
|
+// if (screen.width >= 991) {
|
|
|
+
|
|
|
+// window.location.href =`https://hhh.com.tw/cases/lists/`;
|
|
|
+// }
|
|
|
+
|
|
|
+// }
|
|
|
+
|
|
|
let assignOrder = ""; // 當前排序
|
|
|
|
|
|
// new, hot, recommend 排序 (預設推薦)
|
|
@@ -19,6 +38,8 @@ let page = 1; // 當前頁數
|
|
|
let pageSize = 18; // 每頁數量
|
|
|
let isFirstLoad = true; // 初始載入
|
|
|
|
|
|
+
|
|
|
+
|
|
|
// 列表篩選
|
|
|
async function dataSearch(type = "") {
|
|
|
let url;
|