zhengjinyi 2 anni fa
parent
commit
b602e7f375
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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{