上一页 1 2 3 4 5 6 7 8 9 ··· 17 下一页
摘要: /* 设置滚动条的样式 */ .pd_left_img_one_box::-webkit-scrollbar { width:3px; } /* 滚动槽 */ .pd_left_img_one_box::-webkit-scrollbar-track { -webkit-box-shadow:ins 阅读全文
posted @ 2021-05-13 10:43 骅骝漫轻舞01 阅读(47) 评论(0) 推荐(0)
摘要: form_bug(){ setTimeout(()=> { this.$nextTick(()=> { this.$forceUpdate(); this.$refs.multipleTable.doLayout() }) },500) }, 在mounted最下面调用该方法 阅读全文
posted @ 2021-05-12 16:57 骅骝漫轻舞01 阅读(131) 评论(0) 推荐(0)
摘要: data() { return { phone:'', code:'', time:0, timer:{}, codeName:'获取验证码' } }, mounted(){ var getCodeTime = uni.getStorageSync('getCodeTime') ? uni.getS 阅读全文
posted @ 2021-04-29 11:44 骅骝漫轻舞01 阅读(231) 评论(0) 推荐(0)
摘要: @touchstart.stop="touchstartHandle_icon('dragBox',$event)" @touchmove.stop="touchmoveHandle_icon('dragBox',$event)" @touchend.stop="toucendveHandle_ic 阅读全文
posted @ 2021-04-28 17:33 骅骝漫轻舞01 阅读(90) 评论(0) 推荐(0)
摘要: uploadFile(index){//选择图片 this.biuldPlanId = this.arr[index].id let _this = this // #ifdef H5 uni.chooseImage({ // count: 允许上传的照片数量 count: 1, // sizeTy 阅读全文
posted @ 2021-04-28 17:30 骅骝漫轻舞01 阅读(53) 评论(0) 推荐(0)
摘要: //全部禁止左右滑动<swiper-item class="swiper-item" @touchmove.stop="stopTouchMove"> //部分元素 禁止左右滑动<view class="u-charts-box" @touchmove.stop="stopTouchMove"> < 阅读全文
posted @ 2021-04-27 13:31 骅骝漫轻舞01 阅读(3733) 评论(0) 推荐(1)
摘要: <sidebar v-if="renderComponent" ></sidebar> <script> methods: { reloadC(){//重新加载组件 this.renderComponent = false; this.$nextTick(() => { this.renderCom 阅读全文
posted @ 2021-04-19 18:21 骅骝漫轻舞01 阅读(445) 评论(0) 推荐(0)
摘要: <el-input placeholder="请输入内容" v-model="item.name" style="height:40px;border-radius:20px;" @input="handleInputOpenValue"></el-input> handleInputOpenVal 阅读全文
posted @ 2021-04-13 14:55 骅骝漫轻舞01 阅读(414) 评论(0) 推荐(0)
摘要: @touchstart.stop="touchstartHandle_icon('dragBox',$event)" @touchmove.stop="touchmoveHandle_icon('dragBox',$event)" @touchend.stop="toucendveHandle_ic 阅读全文
posted @ 2021-03-31 19:02 骅骝漫轻舞01 阅读(65) 评论(0) 推荐(0)
摘要: onShareAppMessage: function( options ){ var that = this; // 设置菜单中的转发按钮触发转发事件时的转发内容 var shareObj = { title: "转发的标题", // 默认是小程序的名称(可以写slogan等) path: '/p 阅读全文
posted @ 2021-03-30 17:29 骅骝漫轻舞01 阅读(1345) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 17 下一页