Showing
3 changed files
with
13 additions
and
0 deletions
@@ -150,6 +150,11 @@ | @@ -150,6 +150,11 @@ | ||
150 | {{! 阶梯降价}} | 150 | {{! 阶梯降价}} |
151 | {{> feature/timed-cut-product}} | 151 | {{> feature/timed-cut-product}} |
152 | {{/isEqualOr}} | 152 | {{/isEqualOr}} |
153 | + | ||
154 | + {{#isEqualOr type 'redPacket'}} | ||
155 | + {{! 红包领取}} | ||
156 | + {{> feature/red-packet}} | ||
157 | + {{/isEqualOr}} | ||
153 | {{/component}} | 158 | {{/component}} |
154 | </div> | 159 | </div> |
155 | {{/isEqualOr}} | 160 | {{/isEqualOr}} |
@@ -6,6 +6,7 @@ | @@ -6,6 +6,7 @@ | ||
6 | @import "scss/feature/shop"; | 6 | @import "scss/feature/shop"; |
7 | @import "scss/feature/bottom"; | 7 | @import "scss/feature/bottom"; |
8 | @import "scss/feature/timed-cut"; | 8 | @import "scss/feature/timed-cut"; |
9 | +@import "scss/feature/redenvelope"; | ||
9 | 10 | ||
10 | /* stylelint-disable */ | 11 | /* stylelint-disable */ |
11 | .common_floor { | 12 | .common_floor { |
-
Please register or login to post a comment