摘要: 动态渲染数据: {foreach $data as $v} <tr class="kot" kot="{$v.id}"> <th>{$v.id}</th> <td>{$v.name}</td> <td><img src="../../../uploads/{$v.img}" alt="" width 阅读全文
posted @ 2021-03-31 14:55 jerry_min 阅读(45) 评论(0) 推荐(0) 编辑
摘要: 场景用在实现获取手机验证码:jQuery实现倒计时获取验证码 $('#dyMobileButton').click(function () { var time=10; var phone=$('#phone').val(); //验证手机号不能为空 if (phone.length==0){ $( 阅读全文
posted @ 2021-03-31 14:10 jerry_min 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 首先页面展示效果: ——wxml 渲染出页面效果 <view> <view class='headView'> <view class='headImageView'> <image class='headImage' src='/img/ganguo.png' mode='scaleToFill' 阅读全文
posted @ 2021-03-31 13:49 jerry_min 阅读(9) 评论(0) 推荐(0) 编辑