C端小程序
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

site.wxml 578 B

há 2 anos
1234567891011121314151617
  1. <navbar back home text="个人信息" background='#FD832D' color="white"></navbar>
  2. <view style="height:{{navigationBarHeight}} "></view>
  3. <view class="items">
  4. <view class="item" bindtap="go" data-url="/pages/edit/edit?type=0">
  5. 我的个人信息
  6. <view class="logo">⟩</view>
  7. </view>
  8. <view class="item" bindtap="go" data-url="/pages/edit/edit?type=1">
  9. 我的子女信息
  10. <view class="logo">⟩</view>
  11. </view>
  12. <view class="item" bindtap="go" data-url="/pages/siteUser/siteUser">
  13. 我的收货地址
  14. <view class="logo">⟩</view>
  15. </view>
  16. </view>