fenlei.vue 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <template>
  2. <view class="zn-container">
  3. <view>
  4. <u-image width="750rpx" height="1988rpx" src="https://lese.sxzxyj.net/img/2020/11/28/4cbe4bf9213a4a5c8d658e4903ec30e0.jpg"></u-image>
  5. <u-image width="750rpx" height="2211rpx" src="https://lese.sxzxyj.net/img/2020/11/28/83daa070fe8f4bb9a8c583cd05bfa17b.jpg"></u-image>
  6. <u-image width="750rpx" height="2219rpx" src="https://lese.sxzxyj.net/img/2020/11/28/da1d20d4003f4d8e8b0d836d0e4dfbed.jpg"></u-image>
  7. <u-image width="750rpx" height="2277rpx" src="https://lese.sxzxyj.net/img/2020/11/28/50723317eb0b43908019709ac183ad6a.jpg"></u-image>
  8. <u-image width="750rpx" height="1905rpx" src="https://lese.sxzxyj.net/img/2020/11/28/c0acd89eb40a4050a7af8ac4f8855489.jpg"></u-image>
  9. <u-image width="750rpx" height="1958rpx" src="https://lese.sxzxyj.net/img/2020/11/28/df135dea14014a25b93d5ae0bb260beb.jpg"></u-image>
  10. </view>
  11. </view>
  12. </template>
  13. <script>
  14. export default{
  15. data() {
  16. return {
  17. baseUrl: ''
  18. }
  19. },
  20. onLoad() {
  21. // 开启分享
  22. uni.showShareMenu({
  23. withShareTicket: true,
  24. menus: ['shareAppMessage', 'shareTimeline']
  25. })
  26. }
  27. }
  28. </script>
  29. <style lang="less">
  30. .zn-container{
  31. width: 100%;
  32. background-color: #FFFFFF;
  33. > view{
  34. width: 100%;
  35. margin: 0 auto;
  36. }
  37. }
  38. </style>