|
@@ -225,8 +225,8 @@
|
|
<span class="app-back jyapp-icon jyapp-icon-zuojiantou share-back"></span>
|
|
<span class="app-back jyapp-icon jyapp-icon-zuojiantou share-back"></span>
|
|
<span class="header-title">公告信息</span>
|
|
<span class="header-title">公告信息</span>
|
|
<span class="header-share" id="share">
|
|
<span class="header-share" id="share">
|
|
- <img src="/jyapp/images/jianyubi.png">
|
|
|
|
- <p style="font-size: 10px; line-height: 12px">分享有礼</p>
|
|
|
|
|
|
+ <img class="share-gift" src="/jyapp/images/jianyubi.png">
|
|
|
|
+ <p class="share-gift" style="font-size: 10px; line-height: 12px">分享有礼</p>
|
|
<div class="overlay">
|
|
<div class="overlay">
|
|
<div class="share-sheet">
|
|
<div class="share-sheet">
|
|
<div class="title">
|
|
<div class="title">
|
|
@@ -995,6 +995,9 @@
|
|
// 未登录展示登录模块
|
|
// 未登录展示登录模块
|
|
if(!userId) {
|
|
if(!userId) {
|
|
$('.noLoginShow').show()
|
|
$('.noLoginShow').show()
|
|
|
|
+ $('.share-gift').hide()
|
|
|
|
+ $('.bid-dec-in').hide()
|
|
|
|
+ $('.bigvip_drain').hide()
|
|
}
|
|
}
|
|
|
|
|
|
if(!industry){
|
|
if(!industry){
|
|
@@ -1337,7 +1340,11 @@
|
|
$(".mask-zz").removeClass("hidden");
|
|
$(".mask-zz").removeClass("hidden");
|
|
} else {
|
|
} else {
|
|
$(".prebuilt").css('height', 'unset')
|
|
$(".prebuilt").css('height', 'unset')
|
|
- $('.third-party-verify').show()
|
|
|
|
|
|
+ if(userId) {
|
|
|
|
+ $('.third-party-verify').show()
|
|
|
|
+ } else {
|
|
|
|
+ $('.third-party-verify').hide()
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -2015,7 +2022,7 @@
|
|
});
|
|
});
|
|
}
|
|
}
|
|
function initShowForecast() {
|
|
function initShowForecast() {
|
|
- if(subtype==='询价' || subtype==="招标"){
|
|
|
|
|
|
+ if((subtype==='询价' || subtype==="招标") && userId){
|
|
if(title !==''){
|
|
if(title !==''){
|
|
$('.time_label').css({'justify-content':'flex-start'})
|
|
$('.time_label').css({'justify-content':'flex-start'})
|
|
$('.tool_bottom').css({'justify-content':'flex-start'})
|
|
$('.tool_bottom').css({'justify-content':'flex-start'})
|
|
@@ -2117,7 +2124,11 @@
|
|
$(".lead-btn").css({'display':'flex'});
|
|
$(".lead-btn").css({'display':'flex'});
|
|
$('.lead_export').hide()
|
|
$('.lead_export').hide()
|
|
$('.bigvip_drain').hide()
|
|
$('.bigvip_drain').hide()
|
|
- $('.lead_drain').show()
|
|
|
|
|
|
+ if(userId) {
|
|
|
|
+ $('.lead_drain').show()
|
|
|
|
+ } else {
|
|
|
|
+ $('.lead_drain').hide()
|
|
|
|
+ }
|
|
}else{
|
|
}else{
|
|
$('.lead-btn').hide()
|
|
$('.lead-btn').hide()
|
|
$('.lead_drain').hide()
|
|
$('.lead_drain').hide()
|