更换天地图key,修改push云函数配置
This commit is contained in:
@@ -202,7 +202,7 @@ const getVerifyCode = () => {
|
||||
}).catch(err => {
|
||||
uni.hideLoading();
|
||||
uni.showToast({
|
||||
title: '网络异常',
|
||||
title: err.msg||'网络异常',
|
||||
icon: 'error'
|
||||
});
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user