ytjz.vue 351 B

123456789101112131415161718192021222324252627282930313233
  1. <template>
  2. <view class="content">
  3. <image src="../../static/img/ytjz.jpg" mode="widthFix" style="width: 750rpx;"></image>
  4. </view>
  5. </template>
  6. <script>
  7. export default {
  8. data() {
  9. return {
  10. }
  11. },
  12. onLoad() {
  13. },
  14. onShow() {
  15. },
  16. onReachBottom() {
  17. },
  18. onReady() {
  19. },
  20. methods: {
  21. }
  22. }
  23. </script>
  24. <style lang="scss">
  25. </style>