Commit dc83212e authored by 黄奎's avatar 黄奎

页面修改

parent 588a6ac0
......@@ -465,6 +465,7 @@ namespace Mall.WebApi.Controllers.MallBase
edudata= jsonItem,
price = (model.SellingPrice ?? 0).ToString("#0.00"),
price_content = "¥" + ((model.SellingPrice ?? 0) + (eduData?.BookPrice ?? 0)).ToString("#0.00"),
original_price_content = "¥" + ((model.OriginalPrice ?? 0) + (eduData?.BookPrice ?? 0)).ToString("#0.00"),
is_sales = model.GoodsStatus,
sales = "已售" + model.SalesNum + "件",
freeShippingName = model.FreeShippingModel.Name,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment