- 将项目配置文件中的 appid 从 wxd616194e3bc89863 更新为 wx224c7b7d5e4ed130 - 将个人资料页面的客服联系电话从 13583995215 更新为 057985101558
@@ -2,7 +2,7 @@
"miniprogramRoot": "./dist",
"projectname": "mini",
"description": "",
- "appid": "wxd616194e3bc89863",
+ "appid": "wx224c7b7d5e4ed130",
"setting": {
"urlCheck": false,
"es6": false,
@@ -224,7 +224,7 @@ const ProfilePage: React.FC = () => {
const handleCallCustomerService = () => {
Taro.makePhoneCall({
- phoneNumber: '13583995215'
+ phoneNumber: '057985101558'
})
}