first commit
This commit is contained in:
18
pages/personalcenter/helpcenter.vue
Normal file
18
pages/personalcenter/helpcenter.vue
Normal 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>
|
||||
Reference in New Issue
Block a user