摘要:
data() { return { phone:'', code:'', time:0, timer:{}, codeName:'获取验证码' } }, mounted(){ var getCodeTime = uni.getStorageSync('getCodeTime') ? uni.getS 阅读全文
摘要:
@touchstart.stop="touchstartHandle_icon('dragBox',$event)" @touchmove.stop="touchmoveHandle_icon('dragBox',$event)" @touchend.stop="toucendveHandle_ic 阅读全文
摘要:
uploadFile(index){//选择图片 this.biuldPlanId = this.arr[index].id let _this = this // #ifdef H5 uni.chooseImage({ // count: 允许上传的照片数量 count: 1, // sizeTy 阅读全文
摘要:
//全部禁止左右滑动<swiper-item class="swiper-item" @touchmove.stop="stopTouchMove"> //部分元素 禁止左右滑动<view class="u-charts-box" @touchmove.stop="stopTouchMove"> < 阅读全文
摘要:
<sidebar v-if="renderComponent" ></sidebar> <script> methods: { reloadC(){//重新加载组件 this.renderComponent = false; this.$nextTick(() => { this.renderCom 阅读全文
摘要:
<el-input placeholder="请输入内容" v-model="item.name" style="height:40px;border-radius:20px;" @input="handleInputOpenValue"></el-input> handleInputOpenVal 阅读全文
摘要:
@touchstart.stop="touchstartHandle_icon('dragBox',$event)" @touchmove.stop="touchmoveHandle_icon('dragBox',$event)" @touchend.stop="toucendveHandle_ic 阅读全文
摘要:
onShareAppMessage: function( options ){ var that = this; // 设置菜单中的转发按钮触发转发事件时的转发内容 var shareObj = { title: "转发的标题", // 默认是小程序的名称(可以写slogan等) path: '/p 阅读全文
摘要:
data() { return { // 开始与结束标识 flag: false, this.timer:'', isShowLog:0 } }, // 滚动监听事件 onPageScroll(object) { console.log('开始滚动') this.isShowLog = 2 // 只 阅读全文