12345678910111213141516171819202122232425 |
- <template>
- <view class="zn-container">
- <u-image width="750rpx" height="760rpx" src="http://zyyc.oss-cn-beijing.aliyuncs.com/adminUpload/store/YN7mzaYJS7b5d7xMT3J5.jpg"></u-image>
- <u-image width="750rpx" height="1940rpx" src="http://zyyc.oss-cn-beijing.aliyuncs.com/adminUpload/store/rCknG5whE2ptayzr7Qmt.jpg"></u-image>
- <u-image width="750rpx" height="508rpx" src="http://zyyc.oss-cn-beijing.aliyuncs.com/adminUpload/store/AQQFatexHSM5ihxaFh4p.jpg"></u-image>
- </view>
- </template>
- <script>
- export default{
- data() {
- return {
- baseUrl: ''
- }
- },
- onLoad() {
- }
- }
- </script>
- <style lang="less">
- .zn-container{
- width: 100%;
- }
- </style>
|