12345678910111213141516171819202122232425 |
- <template>
- <view class="Update-Maintenance">
- <image
- src="https://static.caimei365.com/app/mini-hehe/icon/Update-Maintenance.png"
- mode="aspectFill"
- class="img"
- show-menu-by-longpress="true"
- ></image>
- </view>
- </template>
- <script>
- export default {}
- </script>
- <style lang="scss" scoped>
- .Update-Maintenance {
- width: 100vw;
- height: 100vh;
- }
- .img {
- width: 100%;
- height: 100%;
- }
- </style>
|