Browse Source

美业资料列表跳转修改

yuwenjun1997 2 năm trước cách đây
mục cha
commit
81a3d8c703
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      src/main/resources/static/js/document/beauty-archive.js

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

@@ -140,7 +140,11 @@ var beautyArchive = new Vue({
                 window.location.href = '/404.html'
             }
             if (product.redirectType === 1) {
-                url = '/product-' + product.productId +'-'+globalUserData.userId+ '.html?open=caimei365';
+                if(globalUserData){
+                    url = '/product-' + product.productId +'-'+globalUserData.userId+ '.html?open=caimei365';
+                }else{
+                    url = '/product-' + product.productId + '.html?open=caimei365';
+                }
             } else if (product.redirectType === 2) {
                 url = '/document/archive-detail.html' + '?id=' + product.archiveId;
             } else {