master
Aiden 10 months ago
commit 2822b072e9

@ -1,5 +1,4 @@
<template>
<tm-tabbar :autoSelect="false" v-model:active="acc">
<tm-tabbar-item
@click="acc = 0"

@ -7,16 +7,12 @@ type HttpMethod =
| 'put'
| "DELETE"
| 'delete'
| "PATCH"
| 'patch'
| "CONNECT"
| 'connect'
| "OPTIONS"
| 'options'
| "HEAD"
| 'head'
| "TRACE"
| 'trace'
| "CONNECT"
| 'connect';
| 'trace';
interface RequestOptions {
baseUrl?: string;
url: string;

@ -15,7 +15,7 @@
</div>
<div class="wrap2" @click="goSetUp">
<div class="wrap2_1">
<image src="../../static/zu609@3x (1).png" alt=""/>
<image src="../../static/zu609@3x.png" alt=""/>
</div>
<div class="wrap2_2">设置</div>
</div>
@ -44,8 +44,8 @@
<div class="wrap1_2_2">预约日期:2023.12.30</div>
<div class="wrap1_2_2">预约类型:1</div>
</div>
<div class="wrap1_3">
<image src="../../static/zu762@3x (1).png" alt=""/>
<div class="wrap1_3" @click="goViewVenues">
<image src="../../static/zu762@3x.png" alt=""/>
</div>
</div>
<div class="wrap1">
@ -57,7 +57,7 @@
<div class="wrap1_2_2">预约类型:1</div>
</div>
<div class="wrap1_3" @click="goViewVenues">
<image src="../../static/zu762@3x (1).png" alt=""/>
<image src="../../static/zu762@3x.png" alt=""/>
</div>
</div>
</div>

@ -289,4 +289,4 @@ const showHandle = () => {
}
}
</style>
</style>

@ -73,7 +73,6 @@
</tm-drawer>
</div>
</template>
<script setup>
import { defineProps, ref, defineEmits, watch, onMounted, computed } from 'vue'
import dayjs from 'dayjs'
@ -83,7 +82,6 @@ const props = defineProps({
default: false
}
})
const emits = defineEmits(["update:show"]);
let currentIndex = ref(-1)
let currentDate = ref('')
@ -224,4 +222,4 @@ const comfirmCal = (date) => {
font-size: 26rpx;
}
}
</style>
</style>

@ -2,11 +2,11 @@
<div class="large-container">
<div class="content1">
<div class="wrap1" @click="dialog=true">
<image src="../../static/zu1041@3x (1).png"></image>
<image src="../../static/zu1041@3x.png"></image>
</div>
</div>
<div class="content2">
<div class="grid-cell red">
<div class="grid-cell red" @click="showWin=true">
<image src="../../static/zu1067@3x.png"></image>
</div>
<div class="grid-cell black"> <image src="../../static/zu1063@3x.png"></image></div>

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

Loading…
Cancel
Save