nurseWeChatAppletUI/pages/customerservice/customerservice.vue
2023-02-22 09:46:52 +08:00

28 lines
329 B
Vue

<template>
<view class="app">
<image src="../../static/kefuzx.jpg" mode=""></image>
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="scss">
.app {
width: 100%;
padding: 0;
background-color: #1A191E;
image {
width: 100%;
height: 100%;
}
}
</style>