Explorar el Código

🐛 fix(profile): 更新客服电话号码

- 将客服电话号码从 '057985101558' 更新为 '13583995215'
yourname hace 1 mes
padre
commit
6079ca3b09
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      mini/src/pages/profile/index.tsx

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

@@ -224,7 +224,7 @@ const ProfilePage: React.FC = () => {
 
   const handleCallCustomerService = () => {
     Taro.makePhoneCall({
-      phoneNumber: '057985101558'
+      phoneNumber: '13583995215'
     })
   }