NGTools/pages/info/info.vue
2025-11-23 22:30:00 +08:00

10 lines
192 B
Vue

<template>
<view class="warp">
<uni-nav-bar dark :fixed="true" shadow background-color="#007AFF" status-bar title="文档资料" />
</view>
</template>
<script></script>
<style></style>