Browse Source

Merge branch 'user/fengchang/tryintegragefbmessager' of fxie/hichina2023 into master

fxie 1 năm trước cách đây
mục cha
commit
05f98ccda5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      hichina-main-front-mobile-first/src/pages/ContactPage.vue

+ 1 - 1
hichina-main-front-mobile-first/src/pages/ContactPage.vue

@@ -44,7 +44,7 @@ export default {
   setup() {
     function setupChat() {
       var chatbox = document.getElementById("fb-customer-chat");
-      chatbox.setAttribute("page_id", "123230297530852");
+      chatbox.setAttribute("page_id", "1534271790187013");
       chatbox.setAttribute("attribution", "biz_inbox");
     }
     function initFacebookSDK() {