摘要: wxml <view class="swiper-view"> <swiper next-margin="100rpx" previous-margin="100rpx" class="swiper_container" vertical="true" autoplay="true" circula 阅读全文
posted @ 2020-07-06 18:20 瑶玲 阅读(1050) 评论(0) 推荐(0) 编辑
摘要: <view class="livetips"><text>活动说明:长期和五福除雾器恶妇</text></view> .livetips{ margin: 0 44rpx; line-height: 1.4; text-align: center; } .livetips text{ display 阅读全文
posted @ 2020-07-06 18:10 瑶玲 阅读(305) 评论(0) 推荐(0) 编辑
摘要: Page({ data: { clearsearch: false }, inputfocus: function (e) { this.setData({ clearsearch: true, }) }, inputblur: function (e) { this.setData({ clear 阅读全文
posted @ 2020-07-06 17:46 瑶玲 阅读(1712) 评论(0) 推荐(0) 编辑
摘要: var phone = that.data.inputvalue if(!(/^1[3456789]\d{9}$/.test(phone))){ alert('请填写正确的手机号') } 阅读全文
posted @ 2020-07-06 17:38 瑶玲 阅读(10418) 评论(0) 推荐(0) 编辑
摘要: <script type="text/javascript" src="https://code.highcharts.com.cn/highcharts/highcharts.js"></script> <script type="text/javascript"> var chart = Hig 阅读全文
posted @ 2020-07-06 17:19 瑶玲 阅读(698) 评论(0) 推荐(0) 编辑
摘要: <view class='imgList'> <view class='imgList-li' wx:for='{{imgArr}}'> <image class='img' data-src='{{item}}' src='{{item}}' bindtap='previewImg'></imag 阅读全文
posted @ 2020-07-06 17:07 瑶玲 阅读(2545) 评论(0) 推荐(0) 编辑