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,7 +18,7 @@ | ||
| 18 | v-if="isCNLive.value" | 18 | v-if="isCNLive.value" |
| 19 | :class="{'hide': $route.query.hideBack == true}" | 19 | :class="{'hide': $route.query.hideBack == true}" |
| 20 | class="back-box" | 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 | @back="back" | 22 | @back="back" |
| 23 | :backs="backs"> | 23 | :backs="backs"> |
| 24 | </back-box> | 24 | </back-box> |