平安福 参数修改
Showing
1 changed file
with
3 additions
and
3 deletions
... | @@ -185,7 +185,7 @@ export default { | ... | @@ -185,7 +185,7 @@ export default { |
185 | } | 185 | } |
186 | }, | 186 | }, |
187 | initActivity() { | 187 | initActivity() { |
188 | let d = localStorage.getItem("voluntaryInfo"); | 188 | let d = localStorage.getItem("pinganfuInfo"); |
189 | if (d) { | 189 | if (d) { |
190 | try { | 190 | try { |
191 | this.sourceData = JSON.parse(d); | 191 | this.sourceData = JSON.parse(d); |
... | @@ -201,11 +201,11 @@ export default { | ... | @@ -201,11 +201,11 @@ export default { |
201 | httpGet({ | 201 | httpGet({ |
202 | url: api.productInfo, | 202 | url: api.productInfo, |
203 | data: { | 203 | data: { |
204 | code: "voluntary" | 204 | code: "pinganfu" |
205 | } | 205 | } |
206 | }).then(res => { | 206 | }).then(res => { |
207 | if (res) { | 207 | if (res) { |
208 | localStorage.setItem("voluntaryInfo", JSON.stringify(res)); | 208 | localStorage.setItem("pinganfuInfo", JSON.stringify(res)); |
209 | this.sourceData = res; | 209 | this.sourceData = res; |
210 | } | 210 | } |
211 | this.initData(); | 211 | this.initData(); | ... | ... |
-
Please register or sign in to post a comment