提交 2f6cb5bc 编写于 作者: 雪洛's avatar 雪洛

fix: 修复类型错误

上级 1258a7a5
......@@ -122,7 +122,7 @@
this.failErrCode = error.errCode as string
const detail = error.detail
if (detail != null && detail['tips'] != null) {
this.failErrDetailTips = detail['tips']
this.failErrDetailTips = detail['tips'] as string
}
console.error(error)
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册