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