Files
2025-12-29 14:59:44 +08:00

18 lines
486 B
Vue
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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>