|
@@ -114,6 +114,11 @@
|
|
{{end}}
|
|
{{end}}
|
|
<li class="row-list nofloat">产品类型:{{.T.res.product_type}}</li>
|
|
<li class="row-list nofloat">产品类型:{{.T.res.product_type}}</li>
|
|
<li class="row-list nofloat">产品价格:{{.T.res.order_money}}元</li>
|
|
<li class="row-list nofloat">产品价格:{{.T.res.order_money}}元</li>
|
|
|
|
+ {{if .T.res.user_mail}}
|
|
|
|
+ <li class="row-list nofloat">邮箱地址:{{.T.res.user_mail}}</li>
|
|
|
|
+ {{else}}
|
|
|
|
+ <li class="row-list nofloat">邮箱地址:-</li>
|
|
|
|
+ {{end}}
|
|
</ul>
|
|
</ul>
|
|
<div class="line"></div>
|
|
<div class="line"></div>
|
|
<ul class="row third" style="margin-top:20px !important;padding-right: 0px;">
|
|
<ul class="row third" style="margin-top:20px !important;padding-right: 0px;">
|