···
<template>
<view></view>
</template>
<script>
export default {
data() {
return {};
},
onLoad() {},
methods: {}
};
</script>
<!-- #ifdef APP -->
<style>
page {
background-color: black;
}
</style>
<!-- #endif -->
<style>
page {
background-color: red;
}
</style>
···
1 个回复
DCloud_UNI_JBB
感谢反馈,问题已复现,已加分。