liucheng.vue 217 B

1234567891011121314
  1. <template>
  2. <view class="lc-container">
  3. <u-image width="100%" height="100%" src="/static/syZN.jpg"></u-image>
  4. </view>
  5. </template>
  6. <script>
  7. </script>
  8. <style lang="less">
  9. .lc-container{
  10. width: 100%;
  11. }
  12. </style>