摘要: 1 <?php 2 3 $arr = [ 4 [ 5 'id'=>1, 6 'name'=>'Tom' 7 ], 8 [ 9 'id'=>2, 10 'name'=>'Tom' 11 ], 12 [ 13 'id'=>3, 14 'name'=>'Tom' 15 ], 16 [ 17 'id'=>4 阅读全文
posted @ 2020-08-07 13:29 糖糖Y 阅读(2431) 评论(0) 推荐(0) 编辑
摘要: wxml页面: 1 <view class="container"> 2 <view wx:for="{{info}}" data-index="{{index}}" class="card" id="{{item.id}}" style="position: absolute; left:{{it 阅读全文
posted @ 2020-08-07 09:40 糖糖Y 阅读(1359) 评论(0) 推荐(0) 编辑
摘要: 效果图: HTML页面代码 1 <div class="layui-form-item"> 2 <label class="layui-form-label">收货地址</label> 3 <div class="layui-input-inline" style="width: 20%;"> 4 阅读全文
posted @ 2020-08-07 09:16 糖糖Y 阅读(621) 评论(0) 推荐(0) 编辑