|
@@ -2384,7 +2384,7 @@ var SuperSearch = {
|
|
homeListHtml +='<div class="area">'+area+'</div>'
|
|
homeListHtml +='<div class="area">'+area+'</div>'
|
|
var industry = _list["industry"];
|
|
var industry = _list["industry"];
|
|
var subtype = _list["subtype"];
|
|
var subtype = _list["subtype"];
|
|
- var buyerclass = _list["buyerclass"];
|
|
|
|
|
|
+ var buyerclass = _list["buyerclass"] || '';
|
|
if(SuperSearch.hasSubscribe||SuperSearch.isVip){
|
|
if(SuperSearch.hasSubscribe||SuperSearch.isVip){
|
|
industry = _list["s_subscopeclass"];
|
|
industry = _list["s_subscopeclass"];
|
|
subtype = _list["type"];
|
|
subtype = _list["type"];
|
|
@@ -2398,7 +2398,11 @@ var SuperSearch = {
|
|
if (SuperSearch.isVip || jyUserPower.vip > 0 || jyUserPower.member || jyUserPower.entniche) {
|
|
if (SuperSearch.isVip || jyUserPower.vip > 0 || jyUserPower.member || jyUserPower.entniche) {
|
|
if (buyerclass!="") {
|
|
if (buyerclass!="") {
|
|
homeListHtml +='<div class="buyerclass">'+buyerclass+'</div>'
|
|
homeListHtml +='<div class="buyerclass">'+buyerclass+'</div>'
|
|
- }
|
|
|
|
|
|
+ } else {
|
|
|
|
+ if (industry!=""){
|
|
|
|
+ homeListHtml +='<div class="industry">'+industry+'</div>'
|
|
|
|
+ }
|
|
|
|
+ }
|
|
} else {
|
|
} else {
|
|
if (industry!=""){
|
|
if (industry!=""){
|
|
homeListHtml +='<div class="industry">'+industry+'</div>'
|
|
homeListHtml +='<div class="industry">'+industry+'</div>'
|