Commit c24e0ecd4957e2de07871c01722546d52a0e9abe
1 parent
f2b1d230
滑动优化
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/pointsMall/pointsMall.vue
| ... | ... | @@ -18,7 +18,7 @@ |
| 18 | 18 | v-if="isCNLive.value" |
| 19 | 19 | :class="{'hide': $route.query.hideBack == true}" |
| 20 | 20 | class="back-box" |
| 21 | - :style="'padding-top: ' + $parent.top.value + 'px; background-color: rgba(255, 248, 232, ' + opacity + ')'" ref="navBox" | |
| 21 | + :style="'padding-top: ' + $parent.top.value + 'px; background-color: rgba(255, 255, 255, ' + opacity + ')'" ref="navBox" | |
| 22 | 22 | @back="back" |
| 23 | 23 | :backs="backs"> |
| 24 | 24 | </back-box> | ... | ... |