上一页 1 2 3 4 5 6 7 8 9 ··· 17 下一页
摘要: data() { return { phone:'', code:'', time:0, timer:{}, codeName:'获取验证码' } }, mounted(){ var getCodeTime = uni.getStorageSync('getCodeTime') ? uni.getS 阅读全文
posted @ 2021-04-29 11:44 骅骝漫轻舞01 阅读(208) 评论(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 阅读(80) 评论(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 阅读(42) 评论(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 阅读(3001) 评论(0) 推荐(0) 编辑
摘要: <sidebar v-if="renderComponent" ></sidebar> <script> methods: { reloadC(){//重新加载组件 this.renderComponent = false; this.$nextTick(() => { this.renderCom 阅读全文
posted @ 2021-04-19 18:21 骅骝漫轻舞01 阅读(437) 评论(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 阅读(393) 评论(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 阅读(58) 评论(0) 推荐(0) 编辑
摘要: onShareAppMessage: function( options ){ var that = this; // 设置菜单中的转发按钮触发转发事件时的转发内容 var shareObj = { title: "转发的标题", // 默认是小程序的名称(可以写slogan等) path: '/p 阅读全文
posted @ 2021-03-30 17:29 骅骝漫轻舞01 阅读(1304) 评论(0) 推荐(0) 编辑
摘要: data() { return { // 开始与结束标识 flag: false, this.timer:'', isShowLog:0 } }, // 滚动监听事件 onPageScroll(object) { console.log('开始滚动') this.isShowLog = 2 // 只 阅读全文
posted @ 2021-03-30 09:41 骅骝漫轻舞01 阅读(3044) 评论(0) 推荐(0) 编辑
摘要: Vue.prototype.JsDownloadImg = function(imgsrc,name){ let image = new Image(); // 解决跨域 Canvas 污染问题 image.setAttribute("crossOrigin", "anonymous"); imag 阅读全文
posted @ 2021-03-09 15:59 骅骝漫轻舞01 阅读(92) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 17 下一页