上一页 1 ··· 4 5 6 7 8 9 下一页
摘要: pickerOptions: { disabledDate: (time) => { // disabledDate 设置禁用状态 return time.getTime() > Date.now() // 大于当前日期时间不可选择 } }, this.pickerOptions = { //某一条 阅读全文
posted @ 2021-02-02 14:13 温柔本肉 阅读(182) 评论(0) 推荐(0) 编辑
摘要: <el-form-item label="统计类型"> <el-select v-model="form.designerType" clearable placeholder="请选择" @change="designerTypeChange"> <el-option label="个人" val 阅读全文
posted @ 2021-02-01 13:37 温柔本肉 阅读(122) 评论(0) 推荐(0) 编辑
摘要: H5页面传值最好不要使用onLoad或者onshow,对于H5来说,可能会获取不到,兼容性可能不是很好,使用别的方法,或者存到本地来进行使用 阅读全文
posted @ 2021-02-01 11:15 温柔本肉 阅读(514) 评论(0) 推荐(0) 编辑
摘要: <u-swiper :list="repairimg" :autoplay="false" mode="number" indicator-pos="topRight" :circular="false"></u-swiper> :list:是图片数组 :autoplay:是否自动轮播 mode:是 阅读全文
posted @ 2021-01-19 12:29 温柔本肉 阅读(2035) 评论(0) 推荐(0) 编辑
摘要: 1 <view class="details" @click="openPrice">点击查看详情</view> 2 <!-- 弹窗 --> 3 <u-modal v-model="show1" title="维修费用明细"> 4 <view class="priveInformation"> 5 阅读全文
posted @ 2021-01-19 12:17 温柔本肉 阅读(2232) 评论(0) 推荐(0) 编辑
摘要: <template> <view class="content"> <view class="tab color1" @click=" clickTanChuang(show)">派单</view> </view> </template> <script> export default { data 阅读全文
posted @ 2021-01-16 14:43 温柔本肉 阅读(1017) 评论(0) 推荐(0) 编辑
摘要: { "path": "pages/activities/bargain", "style": { "navigationBarTitleText": "", "navigationStyle": "custom", "enablePullDownRefresh": true,//是否开启页面刷新 " 阅读全文
posted @ 2021-01-09 18:24 温柔本肉 阅读(646) 评论(0) 推荐(0) 编辑
摘要: <view class="shade" v-show="!open"> <view class="priceImg"> <view class="close-btu"><image @click="goToPage('6')" v-show="!open" src="../../static/clo 阅读全文
posted @ 2021-01-09 18:16 温柔本肉 阅读(748) 评论(0) 推荐(0) 编辑
摘要: //清除button按钮自带的边框样式 button::after{ border: none; } 一直清理不掉微信开发者工具的缓存,特别烦,网上也没有找到什么好的清理掉的方法,然后我发现,关掉软件,重启一下代码就好了 阅读全文
posted @ 2021-01-08 15:10 温柔本肉 阅读(185) 评论(0) 推荐(0) 编辑
摘要: downloadJpgImg() { this.loading = true const data = { backSvg: this.tmpDatas.backSvg, frontSvg: this.tmpDatas.frontSvg, code: this.tmpDatas.code, type 阅读全文
posted @ 2020-12-31 00:22 温柔本肉 阅读(1196) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 下一页