list.wxml 494 B

123456789101112131415
  1. <!--pages/list/list.wxml-->
  2. <view class="handset">
  3. <text>当前手机号为:</text>
  4. <input/>
  5. <button style="width: 100px;">更改手机号</button>
  6. </view>
  7. <view class="project">
  8. <text>工程名称:</text>
  9. <button style="width: 100px;">刷新列表</button>
  10. <image src="/image/addition.png" bindtap="apption"></image>
  11. </view>
  12. <view wx:for="{{array}}" style="height: 30px;width: 100%;background-color: blue;margin-top: 2px;">
  13. </view>
  14. <!-- <list-test></list-test> -->