更换天地图key,修改push云函数配置

This commit is contained in:
zhouyanli
2026-06-29 15:39:26 +08:00
parent d0ed33ccc3
commit 1a8abc6d47
6 changed files with 159 additions and 27 deletions

View File

@@ -202,7 +202,7 @@ const getVerifyCode = () => {
}).catch(err => {
uni.hideLoading();
uni.showToast({
title: '网络异常',
title: err.msg||'网络异常',
icon: 'error'
});
})