|
@@ -420,7 +420,7 @@
|
|
|
</tr>
|
|
|
</table>
|
|
|
</div>
|
|
|
- <div class="mask-zz" style="position:absolute; top:0;width: 900px;padding:0;height: 408px;background-color:white;z-index: 1;">
|
|
|
+ <div class="mask-zz hidden" style="position:absolute; top:0;width: 900px;padding:0;height: 100%;background-color:white;z-index: 1;">
|
|
|
<img style="width: 100%;height: 100%" src="/images/pc/pc_mh.png">
|
|
|
<div class="mask-zz" style="position:absolute; left: 50%; top: 50%; margin-top: -110px;margin-left: -250px;width: 500px;height: 220px;background-color: white;z-index: 100;border-radius: 10px">
|
|
|
<div style="position: relative">
|
|
@@ -434,7 +434,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="mask-zzz" style="position:absolute; top:0;width: 900px;padding:0;height: 408px;background-color:white;z-index: 1;">
|
|
|
+ <div class="mask-zzz hidden" style="position:absolute; top:0;width: 900px;padding:0;height: 408px;background-color:white;z-index: 1;">
|
|
|
<img style="width: 100%;height: 100%" src="/images/pc/pc_mh.png">
|
|
|
<div class="mask-zzz" style="position:absolute; left: 50%; top: 50%; margin-top: -110px;margin-left: -250px;width: 500px;height: 220px;background-color: white;z-index: 100;border-radius: 10px">
|
|
|
<div style="position: relative">
|
|
@@ -1218,26 +1218,22 @@ var ucbs_source="pc_rec",ucbsId="{{.T.obj.ucbsId}}";
|
|
|
entniche = res.data.entniche
|
|
|
vip = res.data.vip
|
|
|
var subType = {{.T.obj.subtype}}
|
|
|
- if(subType == '采购意向' && !bidmember && !entniche && vip <=0){
|
|
|
+ // if(subType == '采购意向' && !bidmember && !entniche && vip <=0){
|
|
|
+ // $(".com-prebuilt").removeClass("hidden");
|
|
|
+ // }
|
|
|
+ if (subType == '拟建' && !bidmember && !entniche && vip <=0){
|
|
|
$(".com-prebuilt").removeClass("hidden");
|
|
|
+ // $(".com-prebuilt").css('height', '408px')
|
|
|
+ $(".mask-zz").removeClass("hidden");
|
|
|
+ } else {
|
|
|
+ $(".com-prebuilt").css('height', 'unset')
|
|
|
}
|
|
|
- if(!bidmember && !entniche && vip <=0){
|
|
|
- if (subType == '拟建'){
|
|
|
- $(".com-prebuilt").css('height', '408px')
|
|
|
- $('.mask-zz').show()
|
|
|
- $('.mask-zzz').hide()
|
|
|
- } else {
|
|
|
- $(".com-prebuilt").css('height', 'unset')
|
|
|
- $('.mask-zz').hide()
|
|
|
- }
|
|
|
- if (subType == '采购意向'){
|
|
|
- $(".com-prebuilt").css('height', '408px')
|
|
|
- $('.mask-zzz').show()
|
|
|
- $('.mask-zz').hide()
|
|
|
- } else {
|
|
|
- $(".com-prebuilt").css('height', 'unset')
|
|
|
- $('.mask-zzz').hide()
|
|
|
- }
|
|
|
+ if (subType == '采购意向' && !bidmember && !entniche && vip <=0){
|
|
|
+ $(".com-prebuilt").removeClass("hidden");
|
|
|
+ $(".com-prebuilt").css('height', '408px')
|
|
|
+ $(".mask-zzz").removeClass("hidden");
|
|
|
+ } else {
|
|
|
+ $(".com-prebuilt").css('height', 'unset')
|
|
|
}
|
|
|
|
|
|
}
|