Browse Source

Merge branch 'dev/v4.8.75_wmh' into dev/v4.8.70_wmh

# Conflicts:
#	src/web/staticres/js/ent-search-index-pc.js
wenmenghao321 1 năm trước cách đây
mục cha
commit
66ac851820
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/web/staticres/js/ent-search-index-pc.js

+ 2 - 0
src/web/staticres/js/ent-search-index-pc.js

@@ -296,12 +296,14 @@ var entSearch = new Vue({
                 }
             }
         },
+
         company_phone_show :function (){
             return  this.isLogin && !this.isFree
         },
         getBIParams () {
           const urlParams = new URLSearchParams(window.location.search)
           return urlParams.get('resource')
+
         }
     },
     created: function () {