|
@@ -1630,19 +1630,22 @@ $(window).scroll(function(event){
|
|
|
//
|
|
|
//是否显示遮罩层
|
|
|
function checkShowDialog () {
|
|
|
- if (subtype == '采购意向') {
|
|
|
- $('#dialog-tip-title').text('想中标?提前介入很关键!')
|
|
|
- $(".dialog-tip-text").html('采购意向项目全公开,抢先获知采购项目需求,<br> 提前主动介入,中标几率更高!')
|
|
|
- }
|
|
|
- if (!canRead){
|
|
|
- $('#dialog-tip-title').text('免费查看更多公告')
|
|
|
- $(".dialog-tip-text").html('请完善个人信息,获取更多免费查看公告权限')
|
|
|
- $(".free-btn-reword").text('立即解锁')
|
|
|
- $(".tab-ct").hide()
|
|
|
- $(".atta-list").hide()
|
|
|
- $(".abs").hide()
|
|
|
+
|
|
|
+ var hasSubType = subtype == '拟建'|| subtype == '采购意向'
|
|
|
+ if (hasSubType) {
|
|
|
+ if (subtype == '采购意向') {
|
|
|
+ $('#dialog-tip-title').text('想中标?提前介入很关键!')
|
|
|
+ $(".dialog-tip-text").html('采购意向项目全公开,抢先获知采购项目需求,<br> 提前主动介入,中标几率更高!')
|
|
|
+ }
|
|
|
+ } else if (!canRead) {
|
|
|
+ $('#dialog-tip-title').text('免费查看更多公告')
|
|
|
+ $(".dialog-tip-text").html('请完善个人信息,获取更多免费查看公告权限')
|
|
|
+ $(".free-btn-reword").text('立即解锁')
|
|
|
+ $(".tab-ct").hide()
|
|
|
+ $(".atta-list").hide()
|
|
|
+ $(".abs").hide()
|
|
|
}
|
|
|
- if (subtype == '拟建'||subtype == '采购意向'|| !canRead) {
|
|
|
+ if (hasSubType || !canRead) {
|
|
|
$(".prebuilt").remove()
|
|
|
$(".mask-zz").removeClass("hidden");
|
|
|
$(".reward").hide();
|