|
@@ -186,22 +186,26 @@ const appCodeNameMaps = {
|
|
|
'车辆租赁': {
|
|
|
appIcon: '/images/logo/cl_white.png',
|
|
|
themeColor: '#FFA217',
|
|
|
- themeBgColor: 'linear-gradient(to top right, #F97E0D, #FFA217)'
|
|
|
+ themeBgColor: 'linear-gradient(to top right, #F97E0D, #FFA217)',
|
|
|
+ products: ['正在招标', '采购意向', '客户目录']
|
|
|
},
|
|
|
'印务': {
|
|
|
appIcon: '/images/logo/yw_white.png',
|
|
|
themeColor: '#FA6F33',
|
|
|
- themeBgColor: 'linear-gradient(to top right, #FC6321, #FE9346)'
|
|
|
+ themeBgColor: 'linear-gradient(to top right, #FC6321, #FE9346)',
|
|
|
+ products: ['正在招标', '采购意向', '临期项目', '客户目录']
|
|
|
},
|
|
|
'环境': {
|
|
|
appIcon: '/images/logo/hj_white.png',
|
|
|
themeColor: '#0EC684',
|
|
|
- themeBgColor: 'linear-gradient(to top right, #07C17F, #0DD38C)'
|
|
|
+ themeBgColor: 'linear-gradient(to top right, #07C17F, #0DD38C)',
|
|
|
+ products: ['正在招标', '采购意向', '客户目录']
|
|
|
},
|
|
|
'家具': {
|
|
|
appIcon: '/images/logo/jj_white.png',
|
|
|
themeColor: '#089FF3',
|
|
|
- themeBgColor: 'linear-gradient(to top right, #0882F3, #089FF3)'
|
|
|
+ themeBgColor: 'linear-gradient(to top right, #0882F3, #089FF3)',
|
|
|
+ products: ['正在招标', '采购意向', '客户目录']
|
|
|
},
|
|
|
}
|
|
|
|
|
@@ -222,6 +226,7 @@ function createAppInfo ({ appId, appCode, appCodeName, shareInfo, biddingAppId =
|
|
|
result.project.appIcon = appCodeInfo.appIcon
|
|
|
result.project.themeColor = appCodeInfo.themeColor
|
|
|
result.project.themeBgColor = appCodeInfo.themeBgColor
|
|
|
+ result.products[1].tip = `该会员适用于${appCodeInfo.products.join('、')}小程序`
|
|
|
|
|
|
|
|
|
if (typeof customFn === 'function') {
|
|
@@ -253,27 +258,27 @@ const moreAppIds = [
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- {
|
|
|
- appId: 'wx2a097d5f013ed825',
|
|
|
- biddingAppId: 'wx97dcb686f3ce05d6',
|
|
|
- appCode: 'clzl_hydqxm',
|
|
|
- appCodeName: '车辆租赁',
|
|
|
- shareInfo: {
|
|
|
- home: {
|
|
|
- title: '全国车辆租赁临期项目库,找临期商机、找人脉!',
|
|
|
- imageUrl: 'https://web-qmxtest.jydev.jianyu360.com/upload/2024/06/26/202406261144250066H4AqVoz.png'
|
|
|
- },
|
|
|
- search: {
|
|
|
- title: '查看车辆租赁临期项目商机!',
|
|
|
- },
|
|
|
- unit: {
|
|
|
- title: '【业主分析】#采购单位#车辆租赁采购分析'
|
|
|
- },
|
|
|
- detail: {
|
|
|
- title: '【临期项目商机】#采购单位#车辆租赁服务即将到期'
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // appId: 'wx2a097d5f013ed825',
|
|
|
+ // biddingAppId: 'wx97dcb686f3ce05d6',
|
|
|
+ // appCode: 'clzl_hydqxm',
|
|
|
+ // appCodeName: '车辆租赁',
|
|
|
+ // shareInfo: {
|
|
|
+ // home: {
|
|
|
+ // title: '全国车辆租赁临期项目库,找临期商机、找人脉!',
|
|
|
+ // imageUrl: 'https://web-qmxtest.jydev.jianyu360.com/upload/2024/06/26/202406261144250066H4AqVoz.png'
|
|
|
+ // },
|
|
|
+ // search: {
|
|
|
+ // title: '查看车辆租赁临期项目商机!',
|
|
|
+ // },
|
|
|
+ // unit: {
|
|
|
+ // title: '【业主分析】#采购单位#车辆租赁采购分析'
|
|
|
+ // },
|
|
|
+ // detail: {
|
|
|
+ // title: '【临期项目商机】#采购单位#车辆租赁服务即将到期'
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // },
|
|
|
{
|
|
|
appId: 'wx86bd21b91ba949f8',
|
|
|
appCode: 'clzl_cgyx',
|