Commit 9ba8c5ef by 谢中龙

修改配置

parent 49957239
/**app.wxss**/ /**app.wxss**/
page{
--themecolor: #cb3c3c; /* var(--themecolor) --主题色配置 */
--themeColorRgba01 : rgba(7,37,96,0.1);
--themeColorRgba02 : rgba(7,37,96,0.2);
--themeColorRgba03 : rgba(7,37,96,0.3);
--themeColorRgba04 : rgba(7,37,96,0.4);
--themeColorRgba05 : rgba(7,37,96,0.5);
--themeColorRgba06 : rgba(7,37,96,0.6);
--themeColorRgba07 : rgba(7,37,96,0.7);
--themeColorRgba08 : rgba(7,37,96,0.8);
--themeColorRgba09 : rgba(7,37,96,0.9);
}
.container { .container {
height: 100%; height: 100%;
display: flex; display: flex;
......
...@@ -85,6 +85,7 @@ const prod_brand_config = { ...@@ -85,6 +85,7 @@ const prod_brand_config = {
//wx654ce96a7324e76f 小程序微信支付券 //wx654ce96a7324e76f 小程序微信支付券
signUrl : 'https://crm-m.bigaka.com/activity/sign.html?brandId=3001', signUrl : 'https://crm-m.bigaka.com/activity/sign.html?brandId=3001',
productInfoImgRatio : 1,//商品详情图片比列 productInfoImgRatio : 1,//商品详情图片比列
themeColor : '#cb3c3c',
}, },
//泰华配置 //泰华配置
2006: { 2006: {
...@@ -112,6 +113,7 @@ const prod_brand_config = { ...@@ -112,6 +113,7 @@ const prod_brand_config = {
refundTips : '',//退货须知文本 refundTips : '',//退货须知文本
signUrl : 'https://crm-m.bigaka.com/activity/sign.html?brandId=2006', signUrl : 'https://crm-m.bigaka.com/activity/sign.html?brandId=2006',
productInfoImgRatio : 1,//商品详情图片比列 productInfoImgRatio : 1,//商品详情图片比列
themeColor : '#cb3c3c',
}, },
//多多一上 //多多一上
2007 : { 2007 : {
...@@ -138,6 +140,7 @@ const prod_brand_config = { ...@@ -138,6 +140,7 @@ const prod_brand_config = {
refundTips : '',//退货须知文本 refundTips : '',//退货须知文本
signUrl : 'https://crm-m.bigaka.com/activity/sign.html?brandId=2007', signUrl : 'https://crm-m.bigaka.com/activity/sign.html?brandId=2007',
productInfoImgRatio : 1,//商品详情图片比列 productInfoImgRatio : 1,//商品详情图片比列
themeColor : '#cb3c3c',
}, },
//雪岛书屋 //雪岛书屋
2008 : { 2008 : {
...@@ -164,6 +167,7 @@ const prod_brand_config = { ...@@ -164,6 +167,7 @@ const prod_brand_config = {
refundTips : '',//退货须知文本 refundTips : '',//退货须知文本
signUrl : 'https://crm-m.bigaka.com/activity/sign.html?brandId=2008', signUrl : 'https://crm-m.bigaka.com/activity/sign.html?brandId=2008',
productInfoImgRatio : 1,//商品详情图片比列 productInfoImgRatio : 1,//商品详情图片比列
themeColor : '#cb3c3c',
}, },
//苏州邻里 //苏州邻里
2003 : { 2003 : {
...@@ -190,6 +194,7 @@ const prod_brand_config = { ...@@ -190,6 +194,7 @@ const prod_brand_config = {
refundTips : '',//退货须知文本 refundTips : '',//退货须知文本
signUrl : 'https://crm-m.bigaka.com/activity/sign.html?brandId=2003', signUrl : 'https://crm-m.bigaka.com/activity/sign.html?brandId=2003',
productInfoImgRatio : 1,//商品详情图片比列 productInfoImgRatio : 1,//商品详情图片比列
themeColor : '#cb3c3c',
}, },
//拉如小程序 //拉如小程序
2009 : { 2009 : {
...@@ -216,6 +221,7 @@ const prod_brand_config = { ...@@ -216,6 +221,7 @@ const prod_brand_config = {
refundTips : '',//退货须知文本 refundTips : '',//退货须知文本
signUrl : 'https://crm-m.bigaka.com/activity/sign.html?brandId=2009', signUrl : 'https://crm-m.bigaka.com/activity/sign.html?brandId=2009',
productInfoImgRatio : 1,//商品详情图片比列 productInfoImgRatio : 1,//商品详情图片比列
themeColor : '#cb3c3c',
}, },
//热风 //热风
2010 : { 2010 : {
...@@ -242,6 +248,7 @@ const prod_brand_config = { ...@@ -242,6 +248,7 @@ const prod_brand_config = {
refundTips : '温馨提示:退货通过审核后需将清单随包裹一起寄回或纸条备注(订单号与退货商品款号)【请务必审核通过后24小时内填写寄回运单号,拒签到付/顺丰/EMS/天天快递 不影响二次销售】',//退货须知文本 refundTips : '温馨提示:退货通过审核后需将清单随包裹一起寄回或纸条备注(订单号与退货商品款号)【请务必审核通过后24小时内填写寄回运单号,拒签到付/顺丰/EMS/天天快递 不影响二次销售】',//退货须知文本
signUrl : 'https://crm-m.bigaka.com/activity/sign.html?brandId=2010', signUrl : 'https://crm-m.bigaka.com/activity/sign.html?brandId=2010',
productInfoImgRatio : 1,//商品详情图片比列 productInfoImgRatio : 1,//商品详情图片比列
themeColor : '#cb3c3c',
}, },
//悦芙媞 //悦芙媞
2012 : { 2012 : {
...@@ -268,6 +275,7 @@ const prod_brand_config = { ...@@ -268,6 +275,7 @@ const prod_brand_config = {
refundTips : '',//退货须知文本 refundTips : '',//退货须知文本
signUrl : 'https://crm-m.bigaka.com/activity/sign.html?brandId=2012', signUrl : 'https://crm-m.bigaka.com/activity/sign.html?brandId=2012',
productInfoImgRatio : 1,//商品详情图片比列 productInfoImgRatio : 1,//商品详情图片比列
themeColor : '#cb3c3c',
}, },
//阿特里里 //阿特里里
2013 : { 2013 : {
...@@ -294,6 +302,7 @@ const prod_brand_config = { ...@@ -294,6 +302,7 @@ const prod_brand_config = {
refundTips : '',//退货须知文本 refundTips : '',//退货须知文本
signUrl : 'https://crm-m.bigaka.com/activity/sign.html?brandId=2013', signUrl : 'https://crm-m.bigaka.com/activity/sign.html?brandId=2013',
productInfoImgRatio : 1,//商品详情图片比列 productInfoImgRatio : 1,//商品详情图片比列
themeColor : '#cb3c3c',
}, },
//包鞋 //包鞋
2014: { 2014: {
...@@ -320,6 +329,7 @@ const prod_brand_config = { ...@@ -320,6 +329,7 @@ const prod_brand_config = {
refundTips : '',//退货须知文本 refundTips : '',//退货须知文本
signUrl : 'https://crm-m.bigaka.com/activity/sign.html?brandId=2014', signUrl : 'https://crm-m.bigaka.com/activity/sign.html?brandId=2014',
productInfoImgRatio : 1,//商品详情图片比列 productInfoImgRatio : 1,//商品详情图片比列
themeColor : '#cb3c3c',
}, },
//2015花在花园里 //2015花在花园里
2015 : { 2015 : {
...@@ -346,6 +356,7 @@ const prod_brand_config = { ...@@ -346,6 +356,7 @@ const prod_brand_config = {
refundTips : '',//退货须知文本 refundTips : '',//退货须知文本
signUrl : 'https://crm-m.bigaka.com/activity/sign.html?brandId=2015', signUrl : 'https://crm-m.bigaka.com/activity/sign.html?brandId=2015',
productInfoImgRatio : 1,//商品详情图片比列 productInfoImgRatio : 1,//商品详情图片比列
themeColor : '#cb3c3c',
}, },
//阿吉豆 //阿吉豆
2016: { 2016: {
...@@ -372,6 +383,7 @@ const prod_brand_config = { ...@@ -372,6 +383,7 @@ const prod_brand_config = {
refundTips : '',//退货须知文本 refundTips : '',//退货须知文本
signUrl : 'https://crm-m.bigaka.com/activity/sign.html?brandId=2016', signUrl : 'https://crm-m.bigaka.com/activity/sign.html?brandId=2016',
productInfoImgRatio : 1,//商品详情图片比列 productInfoImgRatio : 1,//商品详情图片比列
themeColor : '#cb3c3c',
}, },
//【ACTREE】 //【ACTREE】
2017: { 2017: {
...@@ -398,6 +410,7 @@ const prod_brand_config = { ...@@ -398,6 +410,7 @@ const prod_brand_config = {
refundTips : '',//退货须知文本 refundTips : '',//退货须知文本
signUrl : 'https://crm-m.bigaka.com/activity/sign.html?brandId=2017', signUrl : 'https://crm-m.bigaka.com/activity/sign.html?brandId=2017',
productInfoImgRatio : 1,//商品详情图片比列 productInfoImgRatio : 1,//商品详情图片比列
themeColor : '#cb3c3c',
}, },
//山东盛联微商城 //山东盛联微商城
2992 : { 2992 : {
...@@ -424,6 +437,7 @@ const prod_brand_config = { ...@@ -424,6 +437,7 @@ const prod_brand_config = {
refundTips : '',//退货须知文本 refundTips : '',//退货须知文本
signUrl : 'https://crm-m.bigaka.com/activity/sign.html?brandId=2992', signUrl : 'https://crm-m.bigaka.com/activity/sign.html?brandId=2992',
productInfoImgRatio : 1,//商品详情图片比列 productInfoImgRatio : 1,//商品详情图片比列
themeColor : '#cb3c3c',
}, },
//2002 巴黎贝甜 //2002 巴黎贝甜
2002 : { 2002 : {
...@@ -450,6 +464,7 @@ const prod_brand_config = { ...@@ -450,6 +464,7 @@ const prod_brand_config = {
refundTips : '',//退货须知文本 refundTips : '',//退货须知文本
signUrl : 'https://crm-m.bigaka.com/activity/sign.html?brandId=2002', signUrl : 'https://crm-m.bigaka.com/activity/sign.html?brandId=2002',
productInfoImgRatio : 0.75,//商品详情图片比列 productInfoImgRatio : 0.75,//商品详情图片比列
themeColor : '#072560', // rgba(7,37,96,1)
//要跳转的外部小程序appid //要跳转的外部小程序appid
// "wxa006e9b0a0ee1bfe", 外卖 // "wxa006e9b0a0ee1bfe", 外卖
// "wx39b5d8891f375d1c" 礼品卡 // "wx39b5d8891f375d1c" 礼品卡
...@@ -479,7 +494,7 @@ const prod_brand_config = { ...@@ -479,7 +494,7 @@ const prod_brand_config = {
refundTips : '',//退货须知文本 refundTips : '',//退货须知文本
signUrl : 'https://crm-m.bigaka.com/activity/sign.html?brandId=2014', signUrl : 'https://crm-m.bigaka.com/activity/sign.html?brandId=2014',
productInfoImgRatio : 1,//商品详情图片比列 productInfoImgRatio : 1,//商品详情图片比列
themeColor : '#cb3c3c',
}, },
//2021 柏草日记 //2021 柏草日记
2021: { 2021: {
...@@ -506,6 +521,7 @@ const prod_brand_config = { ...@@ -506,6 +521,7 @@ const prod_brand_config = {
productInfoImgRatio : 1,//商品详情图片比列 productInfoImgRatio : 1,//商品详情图片比列
signUrl : 'https://crm-m.bigaka.com/activity/sign.html?brandId=2021', signUrl : 'https://crm-m.bigaka.com/activity/sign.html?brandId=2021',
//要跳转的外部小程序appid //要跳转的外部小程序appid
themeColor : '#cb3c3c',
}, },
} }
...@@ -613,6 +629,7 @@ let refundTips = PROJECT_ENV == 'prod' ? prod_brand_config[BRANCH_ID].refundTips ...@@ -613,6 +629,7 @@ let refundTips = PROJECT_ENV == 'prod' ? prod_brand_config[BRANCH_ID].refundTips
let hasKeFu = PROJECT_ENV == 'prod' ? prod_brand_config[BRANCH_ID].hasKeFu : true; let hasKeFu = PROJECT_ENV == 'prod' ? prod_brand_config[BRANCH_ID].hasKeFu : true;
let signUrl = PROJECT_ENV == 'prod' ? prod_brand_config[BRANCH_ID].signUrl : CONST_SIGN_URL[PROJECT_ENV]; let signUrl = PROJECT_ENV == 'prod' ? prod_brand_config[BRANCH_ID].signUrl : CONST_SIGN_URL[PROJECT_ENV];
let productInfoImgRatio = PROJECT_ENV == 'prod' ? prod_brand_config[BRANCH_ID].productInfoImgRatio : 1; let productInfoImgRatio = PROJECT_ENV == 'prod' ? prod_brand_config[BRANCH_ID].productInfoImgRatio : 1;
let themeColor = PROJECT_ENV == 'prod' ? prod_brand_config[BRANCH_ID].themeColor : '#cb3c3c';
//配置信息导出 //配置信息导出
const envInfo = (() => { const envInfo = (() => {
return { return {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment