Răsfoiți Sursa

🔧 chore(config): 更新小程序配置和客服电话

- 将项目配置文件中的 appid 从 wxd616194e3bc89863 更新为 wx224c7b7d5e4ed130
- 将个人资料页面的客服联系电话从 13583995215 更新为 057985101558
yourname 1 săptămână în urmă
părinte
comite
26cc43f32e
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 1 1
      mini/project.config.json
  2. 1 1
      mini/src/pages/profile/index.tsx

+ 1 - 1
mini/project.config.json

@@ -2,7 +2,7 @@
   "miniprogramRoot": "./dist",
   "projectname": "mini",
   "description": "",
-  "appid": "wxd616194e3bc89863",
+  "appid": "wx224c7b7d5e4ed130",
   "setting": {
     "urlCheck": false,
     "es6": false,

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

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