t-p-ningdongyunying.vue 703 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <template>
  2. <view>
  3. <!-- <swiper duration="500">
  4. <swiper-item>
  5. <scroll-view scroll-y>
  6. <view class="scroll__box">
  7. <t-p-n-section-1></t-p-n-section-1>
  8. </view>
  9. </scroll-view>
  10. </swiper-item>
  11. <swiper-item>
  12. <scroll-view scroll-y>
  13. <view class="scroll__box">
  14. <t-p-n-section-2></t-p-n-section-2>
  15. </view>
  16. </scroll-view>
  17. </swiper-item>
  18. </swiper> -->
  19. <t-p-n-section-1></t-p-n-section-1>
  20. </view>
  21. </template>
  22. <script>
  23. export default {
  24. name: "t-p-ningdongyunying",
  25. data() {
  26. return {
  27. };
  28. }
  29. }
  30. </script>
  31. <style lang="scss">
  32. /deep/uni-swiper .uni-swiper-wrapper {
  33. height: calc(100vh);
  34. }
  35. .scroll__box {
  36. height: 100vh;
  37. }
  38. </style>