C端小程序
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.

10 lines
384 B

  1. <navbar back home text="个人信息" background='#FD832D' color="white"></navbar>
  2. <view style="height:{{navigationBarHeight}} "></view>
  3. <view class="item" bindtap="go" data-url="/pages/edit/edit">
  4. 我的个人信息
  5. <view class="logo">></view>
  6. </view>
  7. <view class="item" bindtap="go" data-url="/pages/siteUser/siteUser">
  8. 我的收货地址
  9. <view class="logo">></view>
  10. </view>