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