修改
This commit is contained in:
parent
62e3022dc3
commit
6bd4a5b5bc
27
pages/customerservice/customerservice.vue
Normal file
27
pages/customerservice/customerservice.vue
Normal file
@ -0,0 +1,27 @@
|
||||
<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%;
|
||||
height: 100vh;
|
||||
|
||||
image {
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
BIN
static/kefuzx.jpg
Normal file
BIN
static/kefuzx.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 65 KiB |
Loading…
Reference in New Issue
Block a user