@@ -120,12 +120,12 @@ export default defineComponent({
// }
// })
// 安卓的状态栏
- // postMessage({
- // api: 'setStatusBarVisibility',
- // content: {
- // isVisibility: type
- // }
- // })
+ postMessage({
+ api: 'setStatusBarVisibility',
+ content: {
+ isVisibility: type
+ }
+ })
// 进入页面设置常量
postMessage({
api: 'keepScreenLongLight',
@@ -68,13 +68,13 @@ export default defineComponent({
// status: type
- // // 安卓的状态栏
+ // 安卓的状态栏
}
handleInit()
onUnmounted(() => {