Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mall.oytour.com
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
黄奎
mall.oytour.com
Commits
5d67641a
Commit
5d67641a
authored
Aug 31, 2020
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
评论调整
parent
fa0b9b9f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
OrderModule.cs
Mall.Module.Product/OrderModule.cs
+2
-2
AppletOrderController.cs
Mall.WebApi/Controllers/Product/AppletOrderController.cs
+1
-1
OrderController.cs
Mall.WebApi/Controllers/Product/OrderController.cs
+1
-1
No files found.
Mall.Module.Product/OrderModule.cs
View file @
5d67641a
...
...
@@ -9759,9 +9759,9 @@ namespace Mall.Module.Product
item
.
CoverImage
=
""
;
if
(!
string
.
IsNullOrEmpty
(
item
.
CarouselImage
)
&&
item
.
CarouselImage
!=
"[]"
)
{
List
<
int
>
CarouselIdList
=
JsonConvert
.
DeserializeObject
<
List
<
int
>>(
item
.
CarouselImage
);
List
<
string
>
CarouselIdList
=
JsonConvert
.
DeserializeObject
<
List
<
string
>>(
item
.
CarouselImage
);
//封面图
item
.
CoverImage
=
material_InfoRepository
.
GetEntity
(
CarouselIdList
[
0
])?.
Path
??
""
;
item
.
CoverImage
=
CarouselIdList
[
0
]
;
}
//评论图片
item
.
CommentImgList
=
new
List
<
string
>();
...
...
Mall.WebApi/Controllers/Product/AppletOrderController.cs
View file @
5d67641a
...
...
@@ -959,7 +959,7 @@ namespace Mall.WebApi.Controllers.MallBase
}
demodel
.
UserPhoto
??=
0
;
demodel
.
Is_Top
??=
2
;
demodel
.
Is_Show
??=
2
;
demodel
.
Is_Show
??=
1
;
demodel
.
Is_Anonymity
??=
2
;
demodel
.
UserId
??=
0
;
demodel
.
Reply
??=
""
;
...
...
Mall.WebApi/Controllers/Product/OrderController.cs
View file @
5d67641a
...
...
@@ -3043,7 +3043,7 @@ namespace Mall.WebApi.Controllers.MallBase
}
demodel
.
UserPhoto
??=
0
;
demodel
.
Is_Top
??=
2
;
demodel
.
Is_Show
??=
2
;
demodel
.
Is_Show
??=
1
;
demodel
.
Is_Anonymity
??=
2
;
demodel
.
UserId
??=
0
;
demodel
.
Reply
??=
""
;
...
...
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