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