fenlei.vue 658 B

12345678910111213141516171819202122232425
  1. <template>
  2. <view class="zn-container">
  3. <u-image width="750rpx" height="760rpx" src="http://zyyc.oss-cn-beijing.aliyuncs.com/adminUpload/store/YN7mzaYJS7b5d7xMT3J5.jpg"></u-image>
  4. <u-image width="750rpx" height="1940rpx" src="http://zyyc.oss-cn-beijing.aliyuncs.com/adminUpload/store/rCknG5whE2ptayzr7Qmt.jpg"></u-image>
  5. <u-image width="750rpx" height="508rpx" src="http://zyyc.oss-cn-beijing.aliyuncs.com/adminUpload/store/AQQFatexHSM5ihxaFh4p.jpg"></u-image>
  6. </view>
  7. </template>
  8. <script>
  9. export default{
  10. data() {
  11. return {
  12. baseUrl: ''
  13. }
  14. },
  15. onLoad() {
  16. }
  17. }
  18. </script>
  19. <style lang="less">
  20. .zn-container{
  21. width: 100%;
  22. }
  23. </style>