12 2021 档案

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