提交 73889a61 编写于 作者: 张敬贤's avatar 张敬贤

add

上级 5f2291d1
...@@ -264,7 +264,9 @@ export default { ...@@ -264,7 +264,9 @@ export default {
this.patientId = res.data.patientId; this.patientId = res.data.patientId;
if (res.data.status == '0') { if (res.data.status == '0') {
this.need = true; this.need = true;
this.token = res.data.token; if (res.data.token) {
this.token = res.data.token;
}
this.$dialog.alert({ this.$dialog.alert({
title: '温馨提示', title: '温馨提示',
message: '您尚未领取过本权益,需要完善相关信息', message: '您尚未领取过本权益,需要完善相关信息',
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册