Browse Source

统计标签

zhengjinyi 2 năm trước cách đây
mục cha
commit
b602e7f375
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/main/resources/static/js/product/detail.js

+ 1 - 1
src/main/resources/static/js/product/detail.js

@@ -251,7 +251,7 @@ var productDetail = new Vue({
             })
         },
         handleSysPgeLabe(pro){// 设置统计标签
-            var pageLabel = '';
+            let pageLabel = '';
             if(pro.relatedLabels){
                 return pro.relatedLabels
             }else{