소스 검색

Merge branch 'dev2.6' of ssh://192.168.3.207:10022/qmx/qfw into dev2.6

wcj 5 년 전
부모
커밋
e1e91376dc
2개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      core/src/web/templates/manage/vipOrder.html
  2. 5 0
      core/src/web/templates/manage/vipOrderDetail.html

+ 7 - 0
core/src/web/templates/manage/vipOrder.html

@@ -146,6 +146,13 @@ $(function(){
 		        },
 				{
 		            title: "邮箱", field: "user_mail"
+					,callback:function(ct,cd,val,k,m){
+						if(ct["user_mail"]){
+							return ct["user_mail"];
+						}else{
+							return "-";	//升级费用为0
+						}
+					}
 		        },
 				/*
 				{

+ 5 - 0
core/src/web/templates/manage/vipOrderDetail.html

@@ -114,6 +114,11 @@
 						{{end}}
 							<li class="row-list nofloat">产品类型:{{.T.res.product_type}}</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>
 						<div class="line"></div>
 						<ul class="row third"  style="margin-top:20px  !important;padding-right: 0px;">