|
@@ -2296,6 +2296,7 @@
|
|
@if($special_condition_type == 2)
|
|
@if($special_condition_type == 2)
|
|
if(this.user.post_id > 0){
|
|
if(this.user.post_id > 0){
|
|
this.special_select = this.post_special[this.user.post_id];
|
|
this.special_select = this.post_special[this.user.post_id];
|
|
|
|
+ console.log(this.special_select)
|
|
}
|
|
}
|
|
@endif
|
|
@endif
|
|
|
|
|