Explorar o código

📞 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 hai 1 mes
pai
achega
b192e7597d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'
     })
   }