Browse Source

fix:弹窗ui样式修改

zhangsiya 1 year ago
parent
commit
8bc21eb85e

+ 2 - 0
src/jfw/modules/app/src/web/templates/weixin/wxinfocontent.html

@@ -142,6 +142,7 @@
       .compare-dialog .compare-dialog-head{
           height: 1.12rem;
           background: url("/jyapp/images/wx/pc_zzt2.png") no-repeat center center;
+          background-size: contain;
           color: #171826;
           text-align: center;
           font-family: PingFang SC;
@@ -1152,6 +1153,7 @@
   });
 
     var canRead = {{.T.canRead}} //免费用户当天查看是否查看三次公告
+  var canRead = false
     var	shareimgflag = true;
     var area = {{.T.obj.area}}
     var subtype = {{.T.obj.subtype}}

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

@@ -737,6 +737,7 @@ em {
 .compare-dialog .compare-dialog-head{
     height: 1.12rem;
     background: url("/jyapp/images/wx/pc_zzt2.png") no-repeat center center;
+    background-size:contain;
     color: #171826;
     text-align: center;
     font-family: PingFang SC;