Răsfoiți Sursa

项目匹配 标签app微信统一

wangshan 4 ani în urmă
părinte
comite
f7136b30fa

+ 1 - 0
src/jfw/modules/app/src/web/staticres/jyapp/css/p13.css

@@ -161,6 +161,7 @@
 .p13 .restime span.location,
 .p13 .restime span.industry,
 .p13 .restime span.bidamount,
+.p13 .restime span.projectM,
 .p13 .restime span.type, .p13 .restime span.buyerclass {
     color: inherit;
     font-size: 0.24rem;

+ 1 - 1
src/jfw/modules/app/src/web/templates/weixin/historypush.html

@@ -11,7 +11,7 @@
     <script src="{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/vipsubscribe/js/common.js?v={{Msg "seo" "version"}}"></script>
     <link rel="stylesheet" href="{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/vipsubscribe/css/weui.min.css?v={{Msg "seo" "version"}}"/>
     <link rel="stylesheet" href="{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/vipsubscribe/iconfont/iconfont.css?v={{Msg "seo" "version"}}"/>
-    <link href="{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/css/p13.css?v={{Msg "seo" "version"}}" rel="stylesheet">
+    <link href="{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/css/p13.css?v={{Msg "seo" "version"}}1" rel="stylesheet">
     <!-- 账号合并弹窗css -->
     <link href="{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/css/merge-wx.css?v={{Msg "seo" "version"}}" rel="stylesheet">
 

+ 1 - 1
src/web/templates/weixin/wxinfocontent.html

@@ -613,7 +613,7 @@ pre {
 				//项目匹配
 				projectMatch=getParam("projectMatch");
 				if (projectMatch){
-					document.write("<span class='projectMatch'>"+projectMatch+"</span>")
+					//document.write("<span class='projectMatch'>"+projectMatch+"</span>")
 				}
 
 			</script>

+ 1 - 1
src/web/templates/weixin/wxinfocontent_rec.html

@@ -708,7 +708,7 @@ pre {
           //项目匹配
           projectMatch=getParam("projectMatch");
           if (projectMatch){
-            document.write("<span class='tag projectMatch'>"+projectMatch+"</span>")
+            //document.write("<span class='tag projectMatch'>"+projectMatch+"</span>")
           }
         {{ end }}
 			</script>