Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Athena
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
华国豪
Athena
Commits
738d1f14
Commit
738d1f14
authored
Jun 13, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完善页面记录
parent
6221a8d7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
productDetail.vue
src/components/IntegralMall/productDetail.vue
+4
-1
newLogin.vue
src/views/newLogin.vue
+2
-2
No files found.
src/components/IntegralMall/productDetail.vue
View file @
738d1f14
...
...
@@ -165,6 +165,9 @@
.pd_bottom_detail_right
img
{
max-width
:
100%
;
}
.pd_bottom_detail_right
.pd_img_box
{
text-align
:
center
;
}
.pd_quota
{
font-size
:
12px
;
color
:
#666666
;
...
...
@@ -231,7 +234,7 @@
<div
v-html=
"detail.description"
>
</div>
<div>
<div
class=
"pd_img_box"
>
<
template
v-for=
"item in detail.deImgArr"
>
<img
:src=
"item"
alt=
""
>
</
template
>
...
...
src/views/newLogin.vue
View file @
738d1f14
...
...
@@ -347,11 +347,11 @@ export default {
let
userInfo
=
r
.
data
.
data
;
let
userJson
=
JSON
.
stringify
(
userInfo
);
localStorage
.
userInfo
=
userJson
;
let
FromPath
=
sessionStorage
.
getItem
(
"FromPath"
);
let
FromPath
=
sessionStorage
.
getItem
(
"FromPath"
)
?
JSON
.
parse
(
sessionStorage
.
getItem
(
"FromPath"
))
:
''
;
this
.
$store
.
commit
(
"changeLogin"
,
1
);
this
.
$store
.
commit
(
"updateUser"
,
userInfo
);
if
(
FromPath
)
{
this
.
$router
.
push
({
path
:
FromPath
});
this
.
$router
.
push
({
path
:
FromPath
.
path
,
query
:
FromPath
.
query
});
}
else
if
(
this
.
$route
.
query
.
id
&&
this
.
$route
.
query
.
path
)
{
let
path
=
`
${
this
.
$route
.
query
.
path
}
/
${
this
.
$route
.
query
.
id
}
`
;
this
.
$router
.
push
({
path
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment