Просмотр исходного кода

📞 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 месяц назад
Родитель
Сommit
b192e7597d
1 измененных файлов с 1 добавлено и 1 удалено
  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 = () => {
   const handleCallCustomerService = () => {
     Taro.makePhoneCall({
     Taro.makePhoneCall({
-      phoneNumber: '400-123-4567'
+      phoneNumber: '057985101558'
     })
     })
   }
   }