新增营销系统、分销系统、会员功能、门店、提现功能

This commit is contained in:
Shaw
2024-02-08 21:01:37 +08:00
parent 68b3f2dcc3
commit 17c043348a
1398 changed files with 81279 additions and 56269 deletions

View File

@ -21,6 +21,10 @@ $tips-color: #999;
$white-color: #fff;
$black-color: #000;
.primary-color {
color: $primary-color;
}
.animation-button {
background: $primary-color;
@ -41,7 +45,7 @@ $black-color: #000;
height: var(--window-bottom); // docs https://zh.uniapp.dcloud.io/matter.html#h5-%E5%BC%80%E5%8F%91%E6%B3%A8%E6%84%8F
}
.tabbar-height{
.tabbar-height {
height: 118rpx;
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);