Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
7
7-Eleven
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
高淑倩
7-Eleven
Commits
9ba8c5ef
Commit
9ba8c5ef
authored
May 26, 2020
by
谢中龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改配置
parent
49957239
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
1 deletions
+31
-1
app.wxss
src/app.wxss
+13
-0
index.js
src/config/index.js
+18
-1
No files found.
src/app.wxss
View file @
9ba8c5ef
/**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 {
height: 100%;
display: flex;
...
...
src/config/index.js
View file @
9ba8c5ef
...
...
@@ -85,6 +85,7 @@ const prod_brand_config = {
//wx654ce96a7324e76f 小程序微信支付券
signUrl
:
'https://crm-m.bigaka.com/activity/sign.html?brandId=3001'
,
productInfoImgRatio
:
1
,
//商品详情图片比列
themeColor
:
'#cb3c3c'
,
},
//泰华配置
2006
:
{
...
...
@@ -112,6 +113,7 @@ const prod_brand_config = {
refundTips
:
''
,
//退货须知文本
signUrl
:
'https://crm-m.bigaka.com/activity/sign.html?brandId=2006'
,
productInfoImgRatio
:
1
,
//商品详情图片比列
themeColor
:
'#cb3c3c'
,
},
//多多一上
2007
:
{
...
...
@@ -138,6 +140,7 @@ const prod_brand_config = {
refundTips
:
''
,
//退货须知文本
signUrl
:
'https://crm-m.bigaka.com/activity/sign.html?brandId=2007'
,
productInfoImgRatio
:
1
,
//商品详情图片比列
themeColor
:
'#cb3c3c'
,
},
//雪岛书屋
2008
:
{
...
...
@@ -164,6 +167,7 @@ const prod_brand_config = {
refundTips
:
''
,
//退货须知文本
signUrl
:
'https://crm-m.bigaka.com/activity/sign.html?brandId=2008'
,
productInfoImgRatio
:
1
,
//商品详情图片比列
themeColor
:
'#cb3c3c'
,
},
//苏州邻里
2003
:
{
...
...
@@ -190,6 +194,7 @@ const prod_brand_config = {
refundTips
:
''
,
//退货须知文本
signUrl
:
'https://crm-m.bigaka.com/activity/sign.html?brandId=2003'
,
productInfoImgRatio
:
1
,
//商品详情图片比列
themeColor
:
'#cb3c3c'
,
},
//拉如小程序
2009
:
{
...
...
@@ -216,6 +221,7 @@ const prod_brand_config = {
refundTips
:
''
,
//退货须知文本
signUrl
:
'https://crm-m.bigaka.com/activity/sign.html?brandId=2009'
,
productInfoImgRatio
:
1
,
//商品详情图片比列
themeColor
:
'#cb3c3c'
,
},
//热风
2010
:
{
...
...
@@ -242,6 +248,7 @@ const prod_brand_config = {
refundTips
:
'温馨提示:退货通过审核后需将清单随包裹一起寄回或纸条备注(订单号与退货商品款号)【请务必审核通过后24小时内填写寄回运单号,拒签到付/顺丰/EMS/天天快递 不影响二次销售】'
,
//退货须知文本
signUrl
:
'https://crm-m.bigaka.com/activity/sign.html?brandId=2010'
,
productInfoImgRatio
:
1
,
//商品详情图片比列
themeColor
:
'#cb3c3c'
,
},
//悦芙媞
2012
:
{
...
...
@@ -268,6 +275,7 @@ const prod_brand_config = {
refundTips
:
''
,
//退货须知文本
signUrl
:
'https://crm-m.bigaka.com/activity/sign.html?brandId=2012'
,
productInfoImgRatio
:
1
,
//商品详情图片比列
themeColor
:
'#cb3c3c'
,
},
//阿特里里
2013
:
{
...
...
@@ -294,6 +302,7 @@ const prod_brand_config = {
refundTips
:
''
,
//退货须知文本
signUrl
:
'https://crm-m.bigaka.com/activity/sign.html?brandId=2013'
,
productInfoImgRatio
:
1
,
//商品详情图片比列
themeColor
:
'#cb3c3c'
,
},
//包鞋
2014
:
{
...
...
@@ -320,6 +329,7 @@ const prod_brand_config = {
refundTips
:
''
,
//退货须知文本
signUrl
:
'https://crm-m.bigaka.com/activity/sign.html?brandId=2014'
,
productInfoImgRatio
:
1
,
//商品详情图片比列
themeColor
:
'#cb3c3c'
,
},
//2015花在花园里
2015
:
{
...
...
@@ -346,6 +356,7 @@ const prod_brand_config = {
refundTips
:
''
,
//退货须知文本
signUrl
:
'https://crm-m.bigaka.com/activity/sign.html?brandId=2015'
,
productInfoImgRatio
:
1
,
//商品详情图片比列
themeColor
:
'#cb3c3c'
,
},
//阿吉豆
2016
:
{
...
...
@@ -372,6 +383,7 @@ const prod_brand_config = {
refundTips
:
''
,
//退货须知文本
signUrl
:
'https://crm-m.bigaka.com/activity/sign.html?brandId=2016'
,
productInfoImgRatio
:
1
,
//商品详情图片比列
themeColor
:
'#cb3c3c'
,
},
//【ACTREE】
2017
:
{
...
...
@@ -398,6 +410,7 @@ const prod_brand_config = {
refundTips
:
''
,
//退货须知文本
signUrl
:
'https://crm-m.bigaka.com/activity/sign.html?brandId=2017'
,
productInfoImgRatio
:
1
,
//商品详情图片比列
themeColor
:
'#cb3c3c'
,
},
//山东盛联微商城
2992
:
{
...
...
@@ -424,6 +437,7 @@ const prod_brand_config = {
refundTips
:
''
,
//退货须知文本
signUrl
:
'https://crm-m.bigaka.com/activity/sign.html?brandId=2992'
,
productInfoImgRatio
:
1
,
//商品详情图片比列
themeColor
:
'#cb3c3c'
,
},
//2002 巴黎贝甜
2002
:
{
...
...
@@ -450,6 +464,7 @@ const prod_brand_config = {
refundTips
:
''
,
//退货须知文本
signUrl
:
'https://crm-m.bigaka.com/activity/sign.html?brandId=2002'
,
productInfoImgRatio
:
0.75
,
//商品详情图片比列
themeColor
:
'#072560'
,
// rgba(7,37,96,1)
//要跳转的外部小程序appid
// "wxa006e9b0a0ee1bfe", 外卖
// "wx39b5d8891f375d1c" 礼品卡
...
...
@@ -479,7 +494,7 @@ const prod_brand_config = {
refundTips
:
''
,
//退货须知文本
signUrl
:
'https://crm-m.bigaka.com/activity/sign.html?brandId=2014'
,
productInfoImgRatio
:
1
,
//商品详情图片比列
themeColor
:
'#cb3c3c'
,
},
//2021 柏草日记
2021
:
{
...
...
@@ -506,6 +521,7 @@ const prod_brand_config = {
productInfoImgRatio
:
1
,
//商品详情图片比列
signUrl
:
'https://crm-m.bigaka.com/activity/sign.html?brandId=2021'
,
//要跳转的外部小程序appid
themeColor
:
'#cb3c3c'
,
},
}
...
...
@@ -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
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
themeColor
=
PROJECT_ENV
==
'prod'
?
prod_brand_config
[
BRANCH_ID
].
themeColor
:
'#cb3c3c'
;
//配置信息导出
const
envInfo
=
(()
=>
{
return
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment