home.wxml
1.1 KB
<view class='page'>
<view wx:if="{{list.length>0}}">
<block wx:for="{{list}}" wx:key="">
<view class='rectangle_solid_bg'>
<view style='padding:12rpx 22rpx'>
<text class='text_black_28'>小爱同学</text>
<text class='rectangle_orange_bg text_red_20' hidden="true">子女</text>
<image class='arrow_wrap' src='/images/arrow_right.png'> </image>
<text class='text_light_blue_28' style='float:right'>去完善</text>
</view>
<view style='padding:12rpx 22rpx'>
<image class='phone_image_wrap' src='/images/phone.png'></image>
<text class='text_999_22'>130****8888</text>
<text style='margin:0rpx 20rpx;color:#999;height:16rpx'>|</text>
<image class='id_image_wrap' src='/images/id.png'></image>
<text class='text_999_22'>152000********0000</text>
</view>
</view>
</block>
</view>
<view class='rectangle_dashed_bg' bindtap="goadd">
<view class='text_blue_28' style='padding:14rpx'>
十 添加家庭成员
</view>
</view>
</view>