Sfoglia il codice sorgente

📞 chore(profile): 更新客服电话号码

- 将客服电话从400-123-4567改为057985101558

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
yourname 1 mese fa
parent
commit
b192e7597d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      mini/src/pages/profile/index.tsx

+ 1 - 1
mini/src/pages/profile/index.tsx

@@ -126,7 +126,7 @@ const ProfilePage: React.FC = () => {
 
   const handleCallCustomerService = () => {
     Taro.makePhoneCall({
-      phoneNumber: '400-123-4567'
+      phoneNumber: '057985101558'
     })
   }