index.vue 525 B

12345678910111213141516171819202122232425
  1. <template>
  2. <view class="page flex-col">
  3. <view class="image-wrapper_1 flex-col">
  4. <image
  5. class="image_1"
  6. referrerpolicy="no-referrer"
  7. src="/static/lanhu_notrecord/psxds4wsf8g8bjvr4gbjzgcj4e40jt9j7i9eec6c70-d5ea-4fb3-a26a-c04ccda60142.png"
  8. />
  9. </view>
  10. </view>
  11. </template>
  12. <script>
  13. export default {
  14. data() {
  15. return {
  16. constants: {}
  17. };
  18. },
  19. methods: {}
  20. };
  21. </script>
  22. <style lang='css'>
  23. @import '../common/common.css';
  24. @import './assets/style/index.rpx.css';
  25. </style>