Merge branch 'master' of http://120.27.44.69/dev/pingan-life-index-pro
Showing
1 changed file
with
3 additions
and
3 deletions
... | @@ -204,7 +204,7 @@ export default { | ... | @@ -204,7 +204,7 @@ export default { |
204 | } | 204 | } |
205 | }, | 205 | }, |
206 | initActivity() { | 206 | initActivity() { |
207 | let d = localStorage.getItem("voluntaryInfo"); | 207 | let d = localStorage.getItem("pinganfuInfo"); |
208 | if (d) { | 208 | if (d) { |
209 | try { | 209 | try { |
210 | this.sourceData = JSON.parse(d); | 210 | this.sourceData = JSON.parse(d); |
... | @@ -220,11 +220,11 @@ export default { | ... | @@ -220,11 +220,11 @@ export default { |
220 | httpGet({ | 220 | httpGet({ |
221 | url: api.productInfo, | 221 | url: api.productInfo, |
222 | data: { | 222 | data: { |
223 | code: "voluntary" | 223 | code: "pinganfu" |
224 | } | 224 | } |
225 | }).then(res => { | 225 | }).then(res => { |
226 | if (res) { | 226 | if (res) { |
227 | localStorage.setItem("voluntaryInfo", JSON.stringify(res)); | 227 | localStorage.setItem("pinganfuInfo", JSON.stringify(res)); |
228 | this.sourceData = res; | 228 | this.sourceData = res; |
229 | } | 229 | } |
230 | this.initData(); | 230 | this.initData(); | ... | ... |
-
Please register or sign in to post a comment