first commit

This commit is contained in:
2025-12-29 14:59:44 +08:00
commit 10c3fbb0d7
5315 changed files with 795443 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<template>
<view>
<view class="justify-around flex margin-top-xl">
<view><image src="/static/my/Customer service.png" style="width: 100rpx;height: 100rpx;"></image></view>
<view><image src="/static/my/Phone.png" style="width: 100rpx;height: 100rpx;"></image></view>
</view>
<view class="margin-top-xl flex text-gray text-center justify-center">
<view>工作时间</view>
<view>09:00-22:00</view>
</view>
</view>
</template>
<script>
</script>
<style>
</style>