正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
| ... | ... | @@ -43,7 +43,7 @@ Page({ |
| 43 | 43 | }, |
| 44 | 44 | success: function(res) { |
| 45 | 45 | console.log("taxconfirm", res) |
| 46 | - if (res.data && (res.data.status == '1' || res.data.status == '2')) { //未完善 | |
| 46 | + if (res.statusCode==200 && (res.data.status == '1' || res.data.status == '2')) { //未完善 | |
| 47 | 47 | that.showModal(res.data) |
| 48 | 48 | } |
| 49 | 49 | } |
| ... | ... | @@ -60,6 +60,7 @@ Page({ |
| 60 | 60 | showCancel: false, |
| 61 | 61 | confirmColor: '#357aeb', |
| 62 | 62 | success(res) { |
| 63 | + console.log("showModal",res) | |
| 63 | 64 | if (res.confirm) { |
| 64 | 65 | that.gotaxPerson() |
| 65 | 66 | } | ... | ... |
请
注册
或
登录
后发表评论