18 lines
486 B
Vue
18 lines
486 B
Vue
<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> |