优化目录结构
This commit is contained in:
31
pages/discover/punch.vue
Normal file
31
pages/discover/punch.vue
Normal file
@@ -0,0 +1,31 @@
|
||||
<script setup></script>
|
||||
|
||||
<template>
|
||||
<view class="punch">
|
||||
<nav-bar>
|
||||
<template #back>
|
||||
<image
|
||||
src="/static/images/public/return-icon.png"
|
||||
mode="heightFix"
|
||||
class="top-left-icon"
|
||||
></image>
|
||||
</template>
|
||||
</nav-bar>
|
||||
<view class="public-header—box">
|
||||
<!-- <image
|
||||
src="/static/images/ranking-list/title-icon.png"
|
||||
mode="aspectFit"
|
||||
class="left-icon"
|
||||
></image>
|
||||
<image
|
||||
src="/static/images/ranking-list/hat.png"
|
||||
mode="aspectFit"
|
||||
class="right-icon"
|
||||
></image> -->
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import './styles/index.scss';
|
||||
</style>
|
||||
Reference in New Issue
Block a user