微信小程序
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.

20 line
1.1 KiB

  1. <view class="container">
  2. <view style="background-color: white; position: sticky;top: 0; height:{{CustomMenuButton.bottom}}px;z-index: 7777;padding-top: {{CustomMenuButton.top}}px;">
  3. <!--自定义 顶部标题样式和位置-->
  4. <view class="title singleLinHidenEllipsis" style="height:{{CustomMenuButton.height}}px;line-height:{{CustomMenuButton.height}}px;margin-left: {{BarMarginLeft}}px;width:{{BarWidth}}px;">悦团购</view>
  5. </view>
  6. <button class="ok_btn" bindtap="bindgetUserProfile">获取用户信息</button>
  7. <view>设备是否有刘海屏:{{isIPhoneX}}</view>
  8. <scroll-view class="scroll_page">
  9. <view class="page_content">
  10. <block wx:for-items="{{list}}" wx:key="title">
  11. <view class="list-item">
  12. <view class="list-item-tv" bindtap="onItemClickMethod" id='{{index}}'>{{item.title}}</view>
  13. </view>
  14. </block>
  15. </view>
  16. </scroll-view>
  17. </view>
  18. <component-tabbar groupHomeCurrent="1" groupManageCartNum="{{groupManageCartNum}}" isSHowZDYTabBar="{{isSHowZDYTabBar}}"></component-tabbar>
  19. <icon-loading inner-text="Some text"></icon-loading>