浏览代码

修改500

李广朋 9 年之前
父节点
当前提交
0538046ab8

+ 0 - 1
core/src/web/templates/member/credit/mcreditindex.html

@@ -387,7 +387,6 @@
 					$("#indexbookinbtn").attr("class","btn  btn-default bookin");
 					$("#bookinbtn").attr("class","btn   bookin");
 					$("#bookinbtn").attr("disabled","disabled"); 
-					
 				}
 				changeStatus();
 			});

+ 14 - 12
core/src/web/templates/service/detail.html

@@ -129,22 +129,12 @@
 								{{ if $v.i_identType }}
 									{{ if eq $v.i_identType 1}}
 										<span class="glyphicon qyrz   margin-l-10 jhtb"></span><span class="lineb " ><small style="margin-left:5px;margin-right:5px;">已认证企业 </small></span>
-										{{ if $v.i_comauthenttype }}
-												{{ if eq $v.i_comauthenttype 2}}
-													<span class="glyphicon mprz   margin-r-10 jhtbtype"></span><span class="lineb " ><small style="margin-right:-7px;">名片认证</small></span>					
-												{{else if eq $v.i_comauthenttype 1}}
-													<span class="glyphicon yyzzrz   margin-r-10 jhtbtype"></span><span class="lineb " ><small style="margin-left:3px;margin-right:-7px;">营业执照认证</small></span>
-												{{else if eq $v.i_comauthenttype 3}}
-													<span class="glyphicon yjrz   margin-r-10 jhtbtype"></span><span class="lineb " ><small style="margin-right:-7px;">年报邮箱认证</small></span>
-												{{end}}
-										{{else}}
-												<span class="glyphicon yyzzrz   margin-r-10 jhtbtype"></span><span class="lineb " ><small style="margin-left:3px;margin-right:-7px;">营业执照认证</small></span>
-										{{end}}
 									{{else if eq $v.i_identType 2}}
 										<span class="glyphicon grrz   margin-l-10 jhtb"></span><span class="lineb " ><small style="margin-left:-5px;margin-right:5px;"> 已认证个人</small></span>
 									{{else if eq $v.i_identType 3}}
 										<span class="glyphicon jgrz   margin-l-10 jhtb"></span><span class="lineb " ><small style="margin-left:5px;margin-right:5px;">已认证机构</small></span>
 									{{end}}
+									<span  id="sjrz"></span><span class="lineb " id="sjrzlinb" ><small style="margin-left:3px;margin-right:5px;" ></small></span>
 								{{end}}
 						</span>
 						</div>
@@ -652,7 +642,6 @@ function comment(){
 					var s_servicename = r[i].s_servicename;
 					var l_createdate = r[i].l_createdate;
 					var src="/images/u885.png";
-					console.log(r[i]);
 					if (r[i]["s_pic"] && r[i]["s_pic"]!=""){
 						src=r[i]["s_pic"];
 					}
@@ -747,6 +736,19 @@ function comment(){
 			$("#releaseService").css("color","#FF5A5F");
 			$("#releaseService").css("font-weight","600");
 			$(".img-circle.b-com-first").css("background-color","#FF5A5F");
+			var sjrz="{{$v.i_comauthenttype}}";
+			var sjrzclass="";
+			var sjrzname="";
+			if (sjrz=="1"){
+				$("#sjrz").attr("class","glyphicon yyzzrz   margin-r-10 jhtbtype");
+				$("#sjrzlinb small").text("营业执照认证");
+			}else if (sjrz=="2"){
+				$("#sjrz").attr("class","glyphicon mprz   margin-r-10 jhtbtype");
+				$("#sjrzlinb small").text("名片认证");
+			}else if (sjrz=="3"){
+				$("#sjrz").attr("class","glyphicon yjrz   margin-r-10 jhtbtype");
+				$("#sjrzlinb small").text("年报邮箱认证");
+			}
 		});
 </script>
 </body>

+ 2 - 3
core/src/web/templates/service/list.html

@@ -1,4 +1,4 @@
-<html>
+<html>
 <head>
 <title>{{Msg "seo" "qfw.market.title"}}</title>
 {{include "/common/inc.html"}}
@@ -259,10 +259,10 @@
 			{{if gt (len .T.data) 0}}
 			<!--分页-->
 			<div>
+				<div>&nbsp;</div>
 				<div class="text-center" style="margin-top: -20px;">
 					<!--页码信息-->
 					<!--页码信息-->
-					<div class="text-center">
 						<ul class="pagination pagination-md ">
 						{{range $k,$v:=.T.pagination}}
 							<li {{if index $v "iscurrent"}} class="disabled active"{{end}}>
@@ -270,7 +270,6 @@
 							</li>
 						{{end}}
 						</ul>
-					</div>
 				</div>
 			</div>
 			<!--页码信息结束-->

+ 2 - 2
core/src/web/templates/service/viewsingledemand.html

@@ -1,4 +1,4 @@
-<html>
+<html>
   <head>
     <title>{{.T.demandInfo.s_name}}_{{Msg "seo" "qfw.market.title"}}</title>
     <meta charset="utf-8" />
@@ -108,7 +108,7 @@
 											{{if .T.demandInfo.i_identtype}}
 												{{if eq 1 .T.demandInfo.i_identtype}}
 													<span class="glyphicon qyrz   margin-l-10 jhtb"></span>
-													<small style="color:#000;margin-left:5px;">已认证企业</small>
+													<small style="color:#4e5051;margin-left:5px;">已认证企业</small>
 													{{ if .T.demandInfo.i_comauthenttype }}
 															{{ if eq .T.demandInfo.i_comauthenttype 2}}
 																<span class="glyphicon mprz   margin-r-10 jhtbtype"></span><span class="lineb " ><small style="margin-right:5px;color:#4e5051;">名片认证</small></span>