Commit f6a8ba17 by guanzhenshan

页面增加费用说明

parent 3b1bdd19
...@@ -19,7 +19,17 @@ ...@@ -19,7 +19,17 @@
<div class="ibox-content m-b-sm border-bottom"> <div class="ibox-content m-b-sm border-bottom">
说明: 说明:
@if (ViewBag.m != null)
{
<span>总销售GMV:@(ViewBag.m.amount_sales)</span><br />
<span>广告GMV:@(ViewBag.m.amount_sales_ad_gmv)</span><br/>
<span>广告费:@(ViewBag.m.cost_ad)</span><br/>
<span>销售成本(不含广告费):@(ViewBag.m.cost_sales)</span><br/>
}
计算公式:
@ViewBag.tips <br />
@ViewBag.values
</div> </div>
</div> </div>
</div> </div>
......
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