|
@@ -1722,14 +1722,18 @@
|
|
|
// }
|
|
|
// }
|
|
|
if (data.showStopParticipate) {
|
|
|
- $('.weicanbiao').hide();
|
|
|
$('.canbiao').show();
|
|
|
$('.isCB.canbiao').show()
|
|
|
+ } else {
|
|
|
+ $('.canbiao').hide();
|
|
|
+ $('.isCB.canbiao').hide()
|
|
|
}
|
|
|
if (data.showParticipate) {
|
|
|
$('.weicanbiao').show();
|
|
|
- $('.canbiao').hide();
|
|
|
$('.isCB.weicanbiao').show()
|
|
|
+ } else {
|
|
|
+ $('.weicanbiao').hide();
|
|
|
+ $('.isCB.weicanbiao').hide()
|
|
|
}
|
|
|
if (!data.showStopParticipate && !data.showParticipate && !data.userName) {
|
|
|
$('.refer_stand').hide()
|