12 2021 档案
摘要:wxml <scroll-view bindscroll="scroll"> 123 </scroll-view> <view wx:if="{{(list+systemInfo.screenHeight)/systemInfo.screenWidth - 6500/1125 < -0.2}}"><
阅读全文
摘要:手机号正则 邮箱正则 const telReg = /^(\+?0?86\-?)?1[3456789]\d{9}$/; const emailReg = /^\w+([-\.]\w+)*@\w+([\.-]\w+)*\.\w{2,4}$/; <div class="part_form"> <div
阅读全文
摘要:.wxml{ <image class="music" type="primary" bind:tap="playMusic" wx:if="{{isPlayMusic}}" src=""></image> <image class="music" type="primary" bind:tap="
阅读全文
摘要:<scroll-view class="help" scroll-x="{{true}}"> <view class="help_main"> <block wx:for="{{list}}" wx:key="id"> <view class="default"> <image class="def
阅读全文
摘要:import Vue from 'vue'; // 时间戳转换为 YYYY-MM-DD HH:mm:ss Vue.filter('formatDate', function(timeStamp, format) { if (timeStamp) { format = format || 'YYYY-
阅读全文

浙公网安备 33010602011771号