|
@@ -1346,8 +1346,8 @@ var ucbs_source="pc_rec",ucbsId="{{.T.obj.ucbsId}}";
|
|
|
};
|
|
|
</script>
|
|
|
<script type="text/javascript">
|
|
|
- var canRead = {{.T.canRead}}
|
|
|
- // var canRead =false
|
|
|
+ // var canRead = {{.T.canRead}}
|
|
|
+ var canRead =false
|
|
|
//是否显示遮罩层
|
|
|
function checkShowDialog (res) {
|
|
|
var bidmember = false
|
|
@@ -1367,15 +1367,20 @@ var ucbs_source="pc_rec",ucbsId="{{.T.obj.ucbsId}}";
|
|
|
$(".tip-box .tip-text").eq(0).text('采购意向项目全公开,抢先获知采购项目需求,')
|
|
|
$(".tip-box .tip-text").eq(1).text('提前主动介入,中标几率更高!')
|
|
|
}
|
|
|
+ if(subType == "拟建项目") {
|
|
|
+ $('#tip-title').text('拟建项目抢先获知')
|
|
|
+ $(".tip-box .tip-text").eq(0).text('提前获取正在审批中的新项目,比招标信息更超前!')
|
|
|
+ $(".tip-box .tip-text").eq(1).text('助您提前了解项目信息,把握重要商机!')
|
|
|
+ }
|
|
|
// 免费用户每日查看三次
|
|
|
- if(canRead == false) {
|
|
|
+ if(canRead ) {
|
|
|
$('#tip-title').text('免费查看更多公告!')
|
|
|
$(".tip-box .tip-text").eq(0).text('请完善个人信息,获取更多免费查看公告权限')
|
|
|
$(".tip-box .tip-text").eq(1).text('')
|
|
|
- $(".tabfat").remove()
|
|
|
- $(".recoveryfat").remove()
|
|
|
+ // $(".tabfat").remove()
|
|
|
+ // $(".recoveryfat").remove()
|
|
|
}
|
|
|
- if ((subType == '拟建' || subType == '采购意向' || canRead==false) && !bidmember && !entniche && vip <=0 && !privatedata){
|
|
|
+ if ((subType == '拟建' || subType == '采购意向' || canRead) && !bidmember && !entniche && vip <=0 && !privatedata){
|
|
|
$(".com-prebuilt").removeClass("hidden");
|
|
|
$(".com-prebuilt").css('height', '408px')
|
|
|
$('.original-text').remove()
|