You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							|  | <navbar back home text="个人信息" background='#FD832D' color="white"></navbar>
<view style="height:{{navigationBarHeight}} "></view>
<view class="items">
  <view class="item" bindtap="go" data-url="/pages/edit/edit?type=0">
    我的个人信息
    <view class="logo">⟩</view>
  </view>
  <view class="item" bindtap="go" data-url="/pages/edit/edit?type=1">
    我的子女信息
    <view class="logo">⟩</view>
  </view>
  <view class="item" bindtap="go" data-url="/pages/siteUser/siteUser">
    我的收货地址
    <view class="logo">⟩</view>
  </view>
</view>
 |