andy před 3 roky
rodič
revize
529652c48e
5 změnil soubory, kde provedl 448 přidání a 104 odebrání
  1. binární
      .DS_Store
  2. 2 2
      Columns-detail.html
  3. 139 100
      columns.js
  4. 37 2
      goto.js
  5. 270 0
      json/Columns-1043.json

binární
.DS_Store


+ 2 - 2
Columns-detail.html

@@ -24,7 +24,7 @@
     <link rel="stylesheet" href="css/style.css">
 </head>
 
-<body style="background: #FCFCFC;">
+<body id="columns" style="background: #FCFCFC;">
     <div id="hhh-cases" style="overflow-x:hidden;">
         <section class="sec-00 w-100">
             <button class="text-center sec-00__close">
@@ -1542,7 +1542,7 @@
                 </div>
             </div>
         </section>
-<!-- 
+        <!-- 
         <div class="container container-width-ad ad bg-ad px-0 py-5">
             <div class="row justify-content-center mx-0">
                 <div class="col-md-4">

+ 139 - 100
columns.js

@@ -19,138 +19,138 @@ function get_data() {
         dataType: "json",
     })
 
-    .done(function (msg) {
-        console.log(msg);
-            
-        let ColumnsContent="";
-        let ColumnsTag="";
-        let breadcrumbTitle="";
-        let article_info="";
-        let OtherColumns="";
-        let PopularColumns="";
+        .done(function (msg) {
+            console.log(msg);
+
+            let ColumnsContent = "";
+            let ColumnsTag = "";
+            let breadcrumbTitle = "";
+            let article_info = "";
+            let OtherColumns = "";
+            let PopularColumns = "";
 
 
 
-        breadcrumbTitle=`<a href="#">${msg[0].Columnstitle}</a>`
+            breadcrumbTitle = `<a href="#">${msg[0].Columnstitle}</a>`
 
-        article_info=`
+            article_info = `
         <h1 class="article__title mt-4">${msg[0].Columnstitle}</h1>
         <div class="small">${msg[0].ColumnsDate}| 人氣:${msg[0].ColumnsViews}</div>
         `;
 
 
-        ColumnsContent=`${msg[0].ColumnsContent}`;
+            ColumnsContent = `${msg[0].ColumnsContent}`;
 
-        for (let j = 0; j < msg[0].ColumnsTag.length; j++) {
-            ColumnsTag += ' \
+            for (let j = 0; j < msg[0].ColumnsTag.length; j++) {
+                ColumnsTag += ' \
                 <a target="_blank" href="https://hhh.com.tw/cases/lists/' + msg[0].ColumnsTag[j].Tag + '-keyword/" \
                 class="btn btn-outline-custom rounded-0">'
-                + msg[0].ColumnsTag[j].Tag + '</a>';
-        }
+                    + msg[0].ColumnsTag[j].Tag + '</a>';
+            }
 
 
-        for(let i=0; i<msg[0].OtherColumns.length; i++){
-            OtherColumns+=
-            '<div class="col-12 col-md-4 ps-0"><div class="cardList__items">\
-                <a target="_blank" href="https://hhh.com.tw/columns/detail/'+msg[0].OtherColumns[i].Columnsid+'/"> <img src="'+msg[0].OtherColumns[i].ColumnsCoverImg+'" alt="">\
+            for (let i = 0; i < 12; i++) {
+                OtherColumns +=
+                    '<div class="col-12 col-md-4 ps-0"><div class="cardList__items">\
+                <a target="_blank" href="https://hhh.com.tw/columns/detail/'+ msg[0].OtherColumns[i].Columnsid + '/"> <img src="' + msg[0].OtherColumns[i].ColumnsCoverImg + '" alt="">\
             <div class="cardList__items__content">\
-                <a href="https://hhh.com.tw/columns/detail/'+msg[0].OtherColumns[i].Columnsid+'/"" target="_blank">\
+                <a href="https://hhh.com.tw/columns/detail/'+ msg[0].OtherColumns[i].Columnsid + '/"" target="_blank">\
                     <div class="cardList__items--title cardList__items--ellipse">\
-                        '+msg[0].OtherColumns[i].Columnstitle+'\
+                        '+ msg[0].OtherColumns[i].Columnstitle + '\
                     </div>\
                 </a>'
-                OtherColumns+='<p>'
-                for(k=0; k<msg[0].OtherColumns[i].ColumnsTag.length; k++){
-                    OtherColumns+='\
-                    <a class="likeSee__tag--item" href="https://hhh.com.tw/columns/lists/'+msg[0].OtherColumns[i].ColumnsTag[k].tag+'-keyword/all-columntypea/" arget="_blank">'+msg[0].OtherColumns[i].ColumnsTag[k].Tag+'</a>'
+                OtherColumns += '<p>'
+                for (k = 0; k < msg[0].OtherColumns[i].ColumnsTag.length; k++) {
+                    OtherColumns += '\
+                    <a class="likeSee__tag--item" href="https://hhh.com.tw/columns/lists/'+ msg[0].OtherColumns[i].ColumnsTag[k].tag + '-keyword/all-columntypea/" arget="_blank">' + msg[0].OtherColumns[i].ColumnsTag[k].Tag + '</a>'
                 }
-                OtherColumns+='</p>'
-            OtherColumns+='</div></div></div>'
-            
-        }
+                OtherColumns += '</p>'
+                OtherColumns += '</div></div></div>'
+
+            }
 
 
-        // for(let i=0; i<msg[0].PopularColumns.length; i++){
-        //     PopularColumns+=
-        //     '<div class="col-12 col-md-4 ps-0"><div class="cardList__items">\
-        //         <a target="_blank" href="https://hhh.com.tw/columns/detail/'+msg[0].PopularColumns[i].Columnsid+'/"> <img src="'+msg[0].PopularColumns[i].ColumnsCoverImg+'" alt="">\
-        //     <div class="cardList__items__content">\
-        //         <a href="https://hhh.com.tw/columns/detail/'+msg[0].PopularColumns[i].Columnsid+'/"" target="_blank">\
-        //             <div class="cardList__items--title cardList__items--ellipse">\
-        //                 '+msg[0].PopularColumns[i].Columnstitle+'\
-        //             </div>\
-        //         </a>'
-        //         PopularColumns+='<p>'
-        //         for(k=0; k<msg[0].PopularColumns[i].ColumnsTag.length; k++){
-        //             PopularColumns+='\
-        //             <a class="likeSee__tag--item" href="https://hhh.com.tw/columns/lists/'+msg[0].PopularColumns[i].ColumnsTag[k].tag+'-keyword/all-columntypea/" arget="_blank">'+msg[0].PopularColumns[i].ColumnsTag[k].Tag+'</a>'
-        //         }
-        //         PopularColumns+='</p>'
-        //         PopularColumns+='</div></div></div>'
-            
-        // }
+            // for(let i=0; i<msg[0].PopularColumns.length; i++){
+            //     PopularColumns+=
+            //     '<div class="col-12 col-md-4 ps-0"><div class="cardList__items">\
+            //         <a target="_blank" href="https://hhh.com.tw/columns/detail/'+msg[0].PopularColumns[i].Columnsid+'/"> <img src="'+msg[0].PopularColumns[i].ColumnsCoverImg+'" alt="">\
+            //     <div class="cardList__items__content">\
+            //         <a href="https://hhh.com.tw/columns/detail/'+msg[0].PopularColumns[i].Columnsid+'/"" target="_blank">\
+            //             <div class="cardList__items--title cardList__items--ellipse">\
+            //                 '+msg[0].PopularColumns[i].Columnstitle+'\
+            //             </div>\
+            //         </a>'
+            //         PopularColumns+='<p>'
+            //         for(k=0; k<msg[0].PopularColumns[i].ColumnsTag.length; k++){
+            //             PopularColumns+='\
+            //             <a class="likeSee__tag--item" href="https://hhh.com.tw/columns/lists/'+msg[0].PopularColumns[i].ColumnsTag[k].tag+'-keyword/all-columntypea/" arget="_blank">'+msg[0].PopularColumns[i].ColumnsTag[k].Tag+'</a>'
+            //         }
+            //         PopularColumns+='</p>'
+            //         PopularColumns+='</div></div></div>'
 
-       
+            // }
 
 
-        $('.article_info').html(article_info);
 
-        $('.breadcrumb-title').html(breadcrumbTitle);
 
-        $('.ColumnsContent').html(ColumnsContent);
+            $('.article_info').html(article_info);
 
-        $('.ColumnsTag').html(ColumnsTag);
+            $('.breadcrumb-title').html(breadcrumbTitle);
 
-        $('.OtherColumns').html(OtherColumns);
+            $('.ColumnsContent').html(ColumnsContent);
 
-        // $('.PopularColumns').html(PopularColumns);
+            $('.ColumnsTag').html(ColumnsTag);
 
-        
+            $('.OtherColumns').html(OtherColumns);
 
+            // $('.PopularColumns').html(PopularColumns);
 
 
-    });
+
+
+
+        });
 }
 
 function renderSec07() {
     $.ajax({
         method: "GET",
         // url: `json/bannerAds-${id}.json`,
-        url:`json/bannerAds.json`,
+        url: `json/bannerAds.json`,
         dataType: "json",
     })
-    .done(function(msg){
-        console.log(msg);
-        let str = '';
-        for(let i = 0; i < msg[0].data.length; i++){
-            console.log(msg[i])
-            str+= `<div class="sec-07__slider-${i+1} slide-item" onclick="window.open('${msg[0].data[i].link}');" data-bg="${msg[0].data[i].imgUrl}"><img class="img-fluid" src="${msg[0].data[i].imgUrl}"></div>`
-        }
-        $(`.sec-07__slider`).html(str);
-        $(".sec-07__slider").slick({
-            dots: false,
-            autoplay: true,
-            arrows: true,
-            slidesToShow: 1,
-            slidesToScroll: 1,
-            autoplaySpeed: 7000,
-            initialSlide: 0,
-            infinite: true,
-            prevArrow: '<button type="button" class="slick-prev"><i class="fas fa-chevron-left" style="font-size: 32px;color: white;transform: translateY(-10px);"></i></button>',
-            nextArrow: '<button type="button" class="slick-next"><i class="fas fa-chevron-right" style="font-size: 32px;color: white;transform: translateY(-10px);"></i></button>'
+        .done(function (msg) {
+            console.log(msg);
+            let str = '';
+            for (let i = 0; i < msg[0].data.length; i++) {
+                // console.log(msg[i])
+                str += `<div class="sec-07__slider-${i + 1} slide-item" onclick="window.open('${msg[0].data[i].link}');" data-bg="${msg[0].data[i].imgUrl}"><img class="img-fluid" src="${msg[0].data[i].imgUrl}"></div>`
+            }
+            $(`.sec-07__slider`).html(str);
+            $(".sec-07__slider").slick({
+                dots: false,
+                autoplay: true,
+                arrows: true,
+                slidesToShow: 1,
+                slidesToScroll: 1,
+                autoplaySpeed: 7000,
+                initialSlide: 0,
+                infinite: true,
+                prevArrow: '<button type="button" class="slick-prev"><i class="fas fa-chevron-left" style="font-size: 32px;color: white;transform: translateY(-10px);"></i></button>',
+                nextArrow: '<button type="button" class="slick-next"><i class="fas fa-chevron-right" style="font-size: 32px;color: white;transform: translateY(-10px);"></i></button>'
+            });
         });
-    });
 
 }
 get_data();
 renderSec07();
 
 
-$( ".views" ).click(function() {
+$(".views").click(function () {
     get_views_data();
 });
 
-$( ".recently" ).click(function() {
+$(".recently").click(function () {
     get_data();
 });
 
@@ -166,36 +166,75 @@ function get_views_data() {
             console.log(msg);
             let OtherColumns = "";
 
-            msg[0].OtherColumns.sort(function (a,b){
-                return a['Views'] > b['Views']? -1:1;
+            msg[0].OtherColumns.sort(function (a, b) {
+                return a['Views'] > b['Views'] ? -1 : 1;
             });
 
 
 
             console.log(msg[0].OtherColumns);
 
-            for(let i=0; i<msg[0].OtherColumns.length; i++){
-                OtherColumns+=
-                '<div class="col-12 col-md-4 ps-0"><div class="cardList__items">\
-                    <a target="_blank" href="https://hhh.com.tw/columns/detail/'+msg[0].OtherColumns[i].Columnsid+'/"> <img src="'+msg[0].OtherColumns[i].ColumnsCoverImg+'" alt="">\
+            for (let i = 0; i < msg[0].OtherColumns.length; i++) {
+                OtherColumns +=
+                    '<div class="col-12 col-md-4 ps-0"><div class="cardList__items">\
+                    <a target="_blank" href="https://hhh.com.tw/columns/detail/'+ msg[0].OtherColumns[i].Columnsid + '/"> <img src="' + msg[0].OtherColumns[i].ColumnsCoverImg + '" alt="">\
                 <div class="cardList__items__content">\
-                    <a href="https://hhh.com.tw/columns/detail/'+msg[0].OtherColumns[i].Columnsid+'/"" target="_blank">\
+                    <a href="https://hhh.com.tw/columns/detail/'+ msg[0].OtherColumns[i].Columnsid + '/"" target="_blank">\
                         <div class="cardList__items--title cardList__items--ellipse">\
-                            '+msg[0].OtherColumns[i].Columnstitle+'\
+                            '+ msg[0].OtherColumns[i].Columnstitle + '\
                         </div>\
                     </a>'
-                    OtherColumns+='<p>'
-                    for(k=0; k<msg[0].OtherColumns[i].ColumnsTag.length; k++){
-                        OtherColumns+='\
-                        <a class="likeSee__tag--item" href="https://hhh.com.tw/columns/lists/'+msg[0].OtherColumns[i].ColumnsTag[k].tag+'-keyword/all-columntypea/" arget="_blank">'+msg[0].OtherColumns[i].ColumnsTag[k].Tag+'</a>'
-                    }
-                    OtherColumns+='</p>'
-                OtherColumns+='</div></div></div>'
-                
+                OtherColumns += '<p>'
+                for (k = 0; k < msg[0].OtherColumns[i].ColumnsTag.length; k++) {
+                    OtherColumns += '\
+                        <a class="likeSee__tag--item" href="https://hhh.com.tw/columns/lists/'+ msg[0].OtherColumns[i].ColumnsTag[k].tag + '-keyword/all-columntypea/" arget="_blank">' + msg[0].OtherColumns[i].ColumnsTag[k].Tag + '</a>'
+                }
+                OtherColumns += '</p>'
+                OtherColumns += '</div></div></div>'
+
             }
-           
-        $('.OtherColumns').html(OtherColumns);
+
+            $('.OtherColumns').html(OtherColumns);
 
         });
 
-};
+};
+
+
+
+// $(document).ready(function () {
+//     var h = $('#hhh-cases').height();
+//     var sh = $('#hhh-cases').scrollHeight;
+//     var st = $('#hhh-cases').scrollTop;
+
+//     console.log(h);
+//     console.log(sh);
+//     console.log(st);
+
+
+//     $('#hhh-cases').scroll(function () {
+//         var h = $(this).height();
+//         var st = $(this).scrollTop;
+
+//         console.log(h);
+//         console.log(sh);
+//         console.log(st);
+//         if(h+st>= sh){
+//             alert('底部了')
+//         }
+
+//     });
+// });
+
+$(document).ready(function() {
+    $(window).scroll(function() {
+  
+      if ($(document).scrollTop()<=0){
+        // alert("滾動條已經到達頂部爲0");
+      }
+  
+      if ($(document).scrollTop() >= $(document).height() - $(window).height()) {
+        // alert("滾動條已經到達底部爲" + $(document).scrollTop());
+      }
+    });
+  });

+ 37 - 2
goto.js

@@ -1,6 +1,22 @@
 
 // $(".popular").hide();
-
+console.log(1);
+$(document).ready(function () {
+console.log(1);
+    $('#hhh-cases').scroll(function () {
+        var h = $(this).height();
+        var sh = $(this).scrollHeight;
+        var st = $(this).scrollTop;
+
+        console.log(h);
+        console.log(sh);
+        console.log(st);
+        if(h+st>= sh){
+            alert('底部了')
+        }
+
+    });
+});
 
 $(document).on("click", ".article__readMore", function (event) {
     $('.article__contexts_cases').css('height', 'auto');
@@ -248,7 +264,7 @@ function get_data() {
                             </div>
                         </div>`
 
-                for (var k = 0; k < msg[i].DesignerProfile.length; k++) {
+                for (var k = 0; k < 11; k++) {
                     CaseNews +=
                         '<div class="col-6 col-md-4 ps-0"\
                             <div class="vue-waterfall-slot">\
@@ -664,3 +680,22 @@ function get_views_data() {
 
 };
 
+
+
+
+$(document).ready(function () {
+
+    $('#hhh-cases').scroll(function () {
+        var h = $(this).height();
+        var sh = $(this)[0].scrollHeight;
+        var st = $(this)[0].scrollTop;
+
+        console.log(h);
+        console.log(sh);
+        console.log(st);
+        // if(h  >= sh){
+        //     alert('底部了')
+        // }
+
+    });
+});

+ 270 - 0
json/Columns-1043.json

@@ -159,6 +159,276 @@
                     }
                 ]
             },   
+            {
+                "Columnsid":"6294",
+                "Views":500,
+                "ColumnsCoverImg": "https://images.hhh.com.tw/uploads/_hcolumn_orig/point03_86_01.jpg",
+                "Columnstitle":"想自己做木工DIY?那你一定要認識實木、集成材與三合板!",
+                "ColumnsTag":[
+                    {
+                        "Tag":"木工"
+                    },
+                    {
+                        "Tag":"diy"
+                    },
+                    {
+                        "Tag":"實木"
+                    },
+                    {
+                        "Tag":"集成材"
+                    },
+                    {
+                        "Tag":"三合板"
+                    }
+                ]
+            },
+            {
+                "Columnsid":"6392",
+                "Views":1000,
+                "ColumnsCoverImg": "https://cloud.hhh.com.tw/upload/_hcolumn/content_20220113101218_0.jpg",
+                "Columnstitle":"擁擠小宅變身會呼吸的家!頂級日系廚具、珊瑚塗料演繹機能美學",
+                "ColumnsTag":[
+                    {
+                        "Tag":"伸達"
+                    },
+                    {
+                        "Tag":"廚具"
+                    },
+                    {
+                        "Tag":"無毒"
+                    },
+                    {
+                        "Tag":"竹桓"
+                    },
+                    {
+                        "Tag":"塗料"
+                    }
+                ]
+            },
+            {
+                "Columnsid":"6384",
+                "Views":2800,
+                "ColumnsCoverImg": "https://images.hhh.com.tw/uploads/_hcolumn_orig/point03_99_02-1.jpg",
+                "Columnstitle":" 石英磚、文化石磚、馬賽克磚.....等磁磚是怎麼製作的?裝修前簡單了解它們的身世吧!",
+                "ColumnsTag":[
+                    {
+                        "Tag":"建材"
+                    },
+                    {
+                        "Tag":"磁磚"
+                    },
+                    {
+                        "Tag":"馬賽克磚"
+                    },
+                    {
+                        "Tag":"玻化磚"
+                    },
+                    {
+                        "Tag":"文化石"
+                    }
+                ]
+            },
+            {
+                "Columnsid":"6368",
+                "Views":600,
+                "ColumnsCoverImg": "https://images.hhh.com.tw/uploads/_hcolumn_orig/point03_98_03.jpg",
+                "Columnstitle":"十分鐘快速了解磁磚種類、尺寸、機能、挑選方法!",
+                "ColumnsTag":[
+                    {
+                        "Tag":"磁磚"
+                    },
+                    {
+                        "Tag":"挑選"
+                    },
+                    {
+                        "Tag":"現代風"
+                    },
+                    {
+                        "Tag":"北歐風"
+                    },
+                    {
+                        "Tag":"鄉村風"
+                    }
+                ]
+            },   
+            {
+                "Columnsid":"6325",
+                "Views":700,
+                "ColumnsCoverImg": "https://images.hhh.com.tw/uploads/_hcolumn_orig/point03_92_01.jpg",
+                "Columnstitle":"【跟動物一起住】有毛小孩的家,空間建材這樣挑",
+                "ColumnsTag":[
+                    {
+                        "Tag":"建材"
+                    },
+                    {
+                        "Tag":"寵物"
+                    },
+                    {
+                        "Tag":"地板"
+                    },
+                    {
+                        "Tag":"家具"
+                    }
+                ]
+            },
+            {
+                "Columnsid":"6298",
+                "Views":800,
+                "ColumnsCoverImg": "https://images.hhh.com.tw/uploads/_hcolumn_orig/point03_88_06.jpg",
+                "Columnstitle":"【建材知識】超耐磨木地板、PVC塑膠地板、SPC石塑地板?優缺一次看!",
+                "ColumnsTag":[
+                    {
+                        "Tag":"建材知識"
+                    },
+                    {
+                        "Tag":"超耐磨木地板"
+                    },
+                    {
+                        "Tag":"PVC塑膠地板"
+                    },
+                    {
+                        "Tag":"SPC石塑地板"
+                    },
+                    {
+                        "Tag":"木地板"
+                    }
+                ]
+            },   
+            {
+                "Columnsid":"6294",
+                "Views":500,
+                "ColumnsCoverImg": "https://images.hhh.com.tw/uploads/_hcolumn_orig/point03_86_01.jpg",
+                "Columnstitle":"想自己做木工DIY?那你一定要認識實木、集成材與三合板!",
+                "ColumnsTag":[
+                    {
+                        "Tag":"木工"
+                    },
+                    {
+                        "Tag":"diy"
+                    },
+                    {
+                        "Tag":"實木"
+                    },
+                    {
+                        "Tag":"集成材"
+                    },
+                    {
+                        "Tag":"三合板"
+                    }
+                ]
+            },
+            {
+                "Columnsid":"6392",
+                "Views":1000,
+                "ColumnsCoverImg": "https://cloud.hhh.com.tw/upload/_hcolumn/content_20220113101218_0.jpg",
+                "Columnstitle":"擁擠小宅變身會呼吸的家!頂級日系廚具、珊瑚塗料演繹機能美學",
+                "ColumnsTag":[
+                    {
+                        "Tag":"伸達"
+                    },
+                    {
+                        "Tag":"廚具"
+                    },
+                    {
+                        "Tag":"無毒"
+                    },
+                    {
+                        "Tag":"竹桓"
+                    },
+                    {
+                        "Tag":"塗料"
+                    }
+                ]
+            },
+            {
+                "Columnsid":"6384",
+                "Views":2800,
+                "ColumnsCoverImg": "https://images.hhh.com.tw/uploads/_hcolumn_orig/point03_99_02-1.jpg",
+                "Columnstitle":" 石英磚、文化石磚、馬賽克磚.....等磁磚是怎麼製作的?裝修前簡單了解它們的身世吧!",
+                "ColumnsTag":[
+                    {
+                        "Tag":"建材"
+                    },
+                    {
+                        "Tag":"磁磚"
+                    },
+                    {
+                        "Tag":"馬賽克磚"
+                    },
+                    {
+                        "Tag":"玻化磚"
+                    },
+                    {
+                        "Tag":"文化石"
+                    }
+                ]
+            },
+            {
+                "Columnsid":"6368",
+                "Views":600,
+                "ColumnsCoverImg": "https://images.hhh.com.tw/uploads/_hcolumn_orig/point03_98_03.jpg",
+                "Columnstitle":"十分鐘快速了解磁磚種類、尺寸、機能、挑選方法!",
+                "ColumnsTag":[
+                    {
+                        "Tag":"磁磚"
+                    },
+                    {
+                        "Tag":"挑選"
+                    },
+                    {
+                        "Tag":"現代風"
+                    },
+                    {
+                        "Tag":"北歐風"
+                    },
+                    {
+                        "Tag":"鄉村風"
+                    }
+                ]
+            },   
+            {
+                "Columnsid":"6325",
+                "Views":700,
+                "ColumnsCoverImg": "https://images.hhh.com.tw/uploads/_hcolumn_orig/point03_92_01.jpg",
+                "Columnstitle":"【跟動物一起住】有毛小孩的家,空間建材這樣挑",
+                "ColumnsTag":[
+                    {
+                        "Tag":"建材"
+                    },
+                    {
+                        "Tag":"寵物"
+                    },
+                    {
+                        "Tag":"地板"
+                    },
+                    {
+                        "Tag":"家具"
+                    }
+                ]
+            },
+            {
+                "Columnsid":"6298",
+                "Views":800,
+                "ColumnsCoverImg": "https://images.hhh.com.tw/uploads/_hcolumn_orig/point03_88_06.jpg",
+                "Columnstitle":"【建材知識】超耐磨木地板、PVC塑膠地板、SPC石塑地板?優缺一次看!",
+                "ColumnsTag":[
+                    {
+                        "Tag":"建材知識"
+                    },
+                    {
+                        "Tag":"超耐磨木地板"
+                    },
+                    {
+                        "Tag":"PVC塑膠地板"
+                    },
+                    {
+                        "Tag":"SPC石塑地板"
+                    },
+                    {
+                        "Tag":"木地板"
+                    }
+                ]
+            },   
             {
                 "Columnsid":"6294",
                 "Views":500,