摘要:
<u-swiper :list="repairimg" :autoplay="false" mode="number" indicator-pos="topRight" :circular="false"></u-swiper> :list:是图片数组 :autoplay:是否自动轮播 mode:是 阅读全文
摘要:
1 <view class="details" @click="openPrice">点击查看详情</view> 2 <!-- 弹窗 --> 3 <u-modal v-model="show1" title="维修费用明细"> 4 <view class="priveInformation"> 5 阅读全文