2
0
Эх сурвалжийг харах

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

- 将客服电话号码从 '057985101558' 更新为 '13583995215'
yourname 1 сар өмнө
parent
commit
6079ca3b09

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

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