ソースを参照

fix: 修复 ServiceConsultation 组件中的 TypeScript 类型错误并同步推送

nahida 1 ヶ月 前
コミット
ab5d585a07
1 ファイル変更2 行追加2 行削除
  1. 2 2
      src/components/support/ServiceConsultation.tsx

+ 2 - 2
src/components/support/ServiceConsultation.tsx

@@ -76,12 +76,12 @@ export default function ServiceConsultation() {
                       <p className="text-gray-400 text-sm mb-1 uppercase tracking-widest font-bold">24小时产品售前咨询服务热线</p>
                       <p className="text-2xl font-bold text-white tracking-tighter">{basicInfo.consultationHotline}</p>
                     </div>
-                    {basicInfo.telephone && (
+                    {/* {basicInfo.telephone && (
                       <div className="bg-white/5 backdrop-blur-md p-6 rounded-xl border border-white/10 shadow-inner transition-all duration-300 hover:bg-white/10">
                         <p className="text-gray-400 text-sm mb-1 uppercase tracking-widest font-bold">服务热线</p>
                         <p className="text-2xl font-bold text-white tracking-tighter">{basicInfo.telephone}</p>
                       </div>
-                    )}
+                    )} */}
                   </>
                 )}
               </div>