页面切图

This commit is contained in:
仲么了
2023-01-12 10:03:25 +08:00
parent 0ea48cd5b3
commit fd9b3df761
12 changed files with 600 additions and 293 deletions

View File

@@ -1,5 +1,5 @@
<template>
<Comp-page :loading="loading">
<view :loading="loading">
<view class="mine">
<view class="mine-header" @click="jump('basic')">
<image mode="aspectFill" class="mine-header-head" src="/static/head.jpg" />
@@ -18,7 +18,7 @@
<uni-icons type="forward" color="#aaa" size="20"></uni-icons>
</view>
</view>
</Comp-page>
</view>
</template>
<script>