Przeglądaj źródła

更新联系我们页面

nahida 1 miesiąc temu
rodzic
commit
3a3c14552b
1 zmienionych plików z 5 dodań i 4 usunięć
  1. 5 4
      src/components/about/ContactUs.tsx

+ 5 - 4
src/components/about/ContactUs.tsx

@@ -67,17 +67,17 @@ function ContactUs({ basicInfo, locationInfoList }: { basicInfo: BasicInfo, loca
             },
             {
                 name: "湖南", value: [
-                    { name: "徐经理", value: 18888336871 }
+                    { name: "许经理", value: 19239637551 }
                 ]
             },
             {
                 name: "四川", value: [
-                    { name: "刘经理", value: 17377770429 }
+                    { name: "李经理", value: 18373134104 }
                 ]
             },
             {
                 name: "广东", value: [
-                    { name: "徐经理", value: 18888336871 }
+                    { name: "周经理", value: 19397883559 }
                 ]
             },
         ];
@@ -402,7 +402,8 @@ function ContactUs({ basicInfo, locationInfoList }: { basicInfo: BasicInfo, loca
                             </div>
                             <p>电话:{basicInfo.telephone}</p>
                             <p>邮箱:{basicInfo.email}</p>
-                            <p>地址:{basicInfo.address}</p>
+                            <p>湖南总部地址:{basicInfo.address}</p>
+                            <p>广东总部地址:广东省深圳市龙岗区坂田街道南坑社区坂田手造文化街B栋B316-321</p>
                         </div>
                     </div>
                 </div>