Преглед изворни кода

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

fxie пре 1 година
родитељ
комит
05f98ccda5
1 измењених фајлова са 1 додато и 1 уклоњено
  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() {