Browse Source

美业资料列表跳转修改

yuwenjun1997 2 năm trước cách đây
mục cha
commit
3ce5e20050
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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{