2.4 组件结构调整,调整会员权限判断

This commit is contained in:
尚政杰
2026-02-04 17:43:41 +08:00
parent eeca65538c
commit 995ee7f220
274 changed files with 7191 additions and 2186 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
{
"usingComponents": {
"l-echart": "../../../uni_modules/lime-echart/components/l-echart/l-echart"
}
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
.indicatorC .item{padding:10rpx;border:1rpx solid #D2D2D2;font-size:20rpx;color:#999;text-align:center}.indicatorC .item.select{background-color:#fffaf1;color:#bb8520;border:1rpx solid #F2C369}.detailOptionC .option{margin:0 10rpx;line-height:36rpx;padding:0 10rpx;border-radius:5rpx;border:1rpx solid #D2D2D2;font-size:22rpx;color:#999;text-align:center}.detailOptionC .option.select{border:solid 1rpx #F2C369;color:#f2c369}