Browse Source

美业资料列表跳转修改

yuwenjun1997 2 years ago
parent
commit
3ce5e20050
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/resources/static/js/document/beauty-archive.js

+ 1 - 0
src/main/resources/static/js/document/beauty-archive.js

@@ -140,6 +140,7 @@ var beautyArchive = new Vue({
                 window.location.href = '/404.html'
             }
             if (product.redirectType === 1) {
+                const globalUserData = window.globalUserData || null;
                 if(globalUserData){
                     url = '/product-' + product.productId +'-'+globalUserData.userId+ '.html?open=caimei365';
                 }else{