|
@@ -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}}
|