04 2021 档案
摘要: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
阅读全文