|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<view class="app-container">
|
|
|
- <view class="nav" :style="{'margin-top': statusBarHeight + 'px'}">
|
|
|
+ <view class="nav" style="margin-top: var(--status-bar-height)">
|
|
|
<uni-icons type="back" style="font-size: 48rpx" @click="close" />
|
|
|
<text class="title">积分抽奖</text>
|
|
|
</view>
|