正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
... | ... | @@ -82,7 +82,7 @@ Page({ |
82 | 82 | // if (newstatus == 'house_fund_rent' || newstatus == 'house_fund_loan'){ |
83 | 83 | // newstatus = "house_fund" |
84 | 84 | // } |
85 | - wx.navigateTo({ | |
85 | + wx.redirectTo({ | |
86 | 86 | url: '../lookandupdate/lookandupdate?status=' + newstatus + "&legal_entity_id=" + this.data.additiondata.legal_entity_id + "&legal_entity=" + this.data.additiondata.legal_entity, |
87 | 87 | }) |
88 | 88 | } |
... | ... | @@ -92,7 +92,7 @@ Page({ |
92 | 92 | console.log("lookandadd02", e); |
93 | 93 | if (this.data.additiondata.addition_items && this.data.additiondata.addition_items.length > 0) { |
94 | 94 | var newstatus = this.data.additiondata.addition_items[e.currentTarget.id].addition_category |
95 | - wx.navigateTo({ | |
95 | + wx.redirectTo({ | |
96 | 96 | url: '../lookandupdate/lookandupdate?status=' + newstatus + "&legal_entity_id=" + this.data.additiondata.legal_entity_id + "&legal_entity=" + this.data.additiondata.legal_entity, |
97 | 97 | }) |
98 | 98 | } | ... | ... |
请
注册
或
登录
后发表评论