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