提交 1b4bc85d34ec99728ae0beb7ce8c3c1e128bf68b

作者 wangyu
1 个父辈 c6c3375e

优化

... ... @@ -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 }
... ...
注册登录 后发表评论