|
@@ -150,21 +150,21 @@ var buyerExample = {
|
|
|
case 'item_9': {
|
|
|
textMap.headText.top = '深入分析采购单位合作企业规模情况,辅助'
|
|
|
textMap.headText.bot = '投标决策'
|
|
|
- textMap.source = 'buyer_portrait_withCapitalData_freeuser'
|
|
|
+ textMap.source = 'buyer_portrait_cooperative_ent_capital'
|
|
|
break
|
|
|
}
|
|
|
// 合作企业年龄分布
|
|
|
case 'item_10': {
|
|
|
textMap.headText.top = '洞察采购单位合作企业成立时间,预判企业'
|
|
|
textMap.headText.bot = '实力'
|
|
|
- textMap.source = 'buyer_portrait_withEstablishData_freeuser'
|
|
|
+ textMap.source = 'buyer_portrait_cooperative_ent_age'
|
|
|
break
|
|
|
}
|
|
|
// 合作企业注册地分布
|
|
|
case 'item_11': {
|
|
|
textMap.headText.top = '获取采购单位合作企业注册地详情,了解业务'
|
|
|
textMap.headText.bot = '分布情况'
|
|
|
- textMap.source = 'buyer_portrait_withAreaData_freeuser'
|
|
|
+ textMap.source = 'buyer_portrait_cooperative_ent_register_area'
|
|
|
break
|
|
|
}
|
|
|
// 重点合作代理机构
|
|
@@ -178,14 +178,14 @@ var buyerExample = {
|
|
|
case 'item_13': {
|
|
|
textMap.headText.top = '精准分析采购单位历史运作项目,'
|
|
|
textMap.headText.bot = '采购动态一目了然'
|
|
|
- textMap.source = 'buyer_portrait_topAgencyData_freeuser'
|
|
|
+ textMap.source = 'buyer_portrait_bidInfoDesc'
|
|
|
break
|
|
|
}
|
|
|
// 招标动态
|
|
|
case 'item_14': {
|
|
|
textMap.headText.top = '查看采购单位最新招标动态,及时跟踪采'
|
|
|
textMap.headText.bot = '购需求'
|
|
|
- textMap.source = 'buyer_portrait_topAgencyData_freeuser'
|
|
|
+ textMap.source = 'buyer_portrait_bidInfoList'
|
|
|
break
|
|
|
}
|
|
|
}
|