1234567891011121314151617181920212223242526272829303132 |
- <template>
- <view class="content">
- <view class="top">
- <image class="topIMg" src="http://dmsimg.66km.com/thFiles/7C057545-E11E-40F5-AD3C-637EF653B417.jpg" mode=""></image>
- </view>
-
-
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
- title: 'Hello'
- }
- },
- onLoad() {
-
- },
- methods: {
- }
- }
- </script>
- <style scoped>
- .topIMg{
- width: 100%;
- }
- </style>
|