提交 76633616 编写于 作者: DCloud_iOS_WZT's avatar DCloud_iOS_WZT

update: univerify-custom-page.uvue

上级 09fd5331
...@@ -85,20 +85,20 @@ ...@@ -85,20 +85,20 @@
if (error.errCode == 40001){ if (error.errCode == 40001){
uni.showToast({ uni.showToast({
title:"请同意服务条款", title:"请同意服务条款",
icon:'none', position: "bottom",
duration:2000 duration:2000
}) })
}else if(error.errCode == 40002){ }else if(error.errCode == 40002){
uni.showToast({ uni.showToast({
title:"授权页不符合规范", title:"授权页不符合规范",
icon:'none', position: "bottom",
duration:2000 duration:2000
}) })
}else{ }else{
const errorMsg = JSON.parseObject(error.cause?.cause?.message ?? "")?.getString("errorDesc") ?? error.errMsg; const errorMsg = JSON.parseObject(error.cause?.cause?.message ?? "")?.getString("errorDesc") ?? error.errMsg;
uni.showToast({ uni.showToast({
title:errorMsg, title:errorMsg,
icon:'none', position: "bottom",
duration:2000 duration:2000
}) })
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册