Commit da9c35a311c1a8e5567ba8e194c07d83a121f4a2
1 parent
8d7d5ab3
跳转兑换记录type从URL获取
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/partyBuildingPointsMall/partyBuildingPointsMall.vue
| @@ -135,7 +135,7 @@ export default { | @@ -135,7 +135,7 @@ export default { | ||
| 135 | path: '/pointsExchangeRecords', | 135 | path: '/pointsExchangeRecords', |
| 136 | query: { | 136 | query: { |
| 137 | uid: this.getStore("uid"), | 137 | uid: this.getStore("uid"), |
| 138 | - type: 3 // 1亲子嘉年华 2 康疫健步 3 积分商城 4 脐橙 7 健康商城 | 138 | + type: this.$route.query.type // 1亲子嘉年华 2 康疫健步 3 积分商城 4 脐橙 7 健康商城 10 党建积分商城 |
| 139 | } | 139 | } |
| 140 | }) | 140 | }) |
| 141 | } | 141 | } |