Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
search_server
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
3282766d
authored
Dec 07, 2020
by
huangchengyi
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
更新价格
parent
635b0e33
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
service/optimum_service.go
service/optimum_service.go
View file @
3282766d
...
...
@@ -250,12 +250,18 @@ func (qs *OptimumService) GetOptimumAttrInfo(ctx *gin.Context) (results model.Ly
}
}
v
.
StockStr
=
common
.
NumberToHtml
(
v
.
Stock
)
v
.
MoqStr
=
common
.
NumberToHtml
(
v
.
Moq
)
v
.
MpqStr
=
common
.
NumberToHtml
(
v
.
Mpq
)
v
.
MplStr
=
common
.
NumberToHtml
(
v
.
Mpl
)
MultipleStr
:=
common
.
NumberToHtml
(
Multiple
)
endArr
=
append
(
endArr
,
model
.
DullGoodsData
{
ApiGoods
:
v
,
GoodsUrl
:
GoodsUrl
,
BrandUrl
:
BrandUrl
,
Attrs
:
attrs
[
v
.
GoodsId
],
MultipleStr
:
Multiple
,
MultipleStr
:
Multiple
Str
,
})
}
...
...
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