Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
pingan-life-index-pro
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
29c430bd
authored
2020-05-11 18:14:09 +0800
by
joe
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://120.27.44.69/dev/pingan-life-index-pro
2 parents
9f5f5094
e935027e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/pages/gen-rich/gen-rich.js
src/pages/gen-rich/gen-rich.js
View file @
29c430b
...
...
@@ -204,7 +204,7 @@ export default {
}
},
initActivity
()
{
let
d
=
localStorage
.
getItem
(
"
voluntary
Info"
);
let
d
=
localStorage
.
getItem
(
"
pinganfu
Info"
);
if
(
d
)
{
try
{
this
.
sourceData
=
JSON
.
parse
(
d
);
...
...
@@ -220,11 +220,11 @@ export default {
httpGet
({
url
:
api
.
productInfo
,
data
:
{
code
:
"
voluntary
"
code
:
"
pinganfu
"
}
}).
then
(
res
=>
{
if
(
res
)
{
localStorage
.
setItem
(
"
voluntary
Info"
,
JSON
.
stringify
(
res
));
localStorage
.
setItem
(
"
pinganfu
Info"
,
JSON
.
stringify
(
res
));
this
.
sourceData
=
res
;
}
this
.
initData
();
...
...
Please
register
or
sign in
to post a comment