25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <view class="container">
- <view style="background-color: white; position: sticky;top: 0; height:{{CustomMenuButton.bottom}}px;z-index: 7777;padding-top: {{CustomMenuButton.top}}px;">
- <!--自定义 顶部标题样式和位置-->
- <view class="title singleLinHidenEllipsis" style="height:{{CustomMenuButton.height}}px;line-height:{{CustomMenuButton.height}}px;margin-left: {{BarMarginLeft}}px;width:{{BarWidth}}px;">悦团购</view>
- </view>
- <button class="ok_btn" bindtap="bindgetUserProfile">获取用户信息</button>
-
- <view>设备是否有刘海屏:{{isIPhoneX}}</view>
- <scroll-view class="scroll_page">
- <view class="page_content">
- <block wx:for-items="{{list}}" wx:key="title">
- <view class="list-item">
- <view class="list-item-tv" bindtap="onItemClickMethod" id='{{index}}'>{{item.title}}</view>
- </view>
- </block>
- </view>
- </scroll-view>
- </view>
- <component-tabbar groupHomeCurrent="1" groupManageCartNum="{{groupManageCartNum}}" isSHowZDYTabBar="{{isSHowZDYTabBar}}"></component-tabbar>
- <icon-loading inner-text="Some text"></icon-loading>
|