Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wandouchengzhang_coach
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
石盼盼
wandouchengzhang_coach
Commits
148f8a64
Commit
148f8a64
authored
Nov 14, 2020
by
石盼盼
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'shipanpan' into 'master'
列表页逻辑修改 See merge request
!15
parents
c705a8fc
2fc9f9bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
class.wxml
pages/tabbar/class/class.wxml
+4
-4
No files found.
pages/tabbar/class/class.wxml
View file @
148f8a64
...
...
@@ -3,9 +3,9 @@
<text class="{{activeIndex == 1 ? 'active': ''}}" catchtap="changeTab" data-index="1">抢班列表</text>
<text class="{{activeIndex == 2 ? 'active': ''}}" catchtap="changeTab" data-index="2">我的班级</text>
</view>
<view>
<view
wx:if="{{activeIndex == 1 }}"
>
<block wx:if="{{datalList.length>0}}">
<view class="tabContent"
wx:if="{{activeIndex == 1 }}"
wx:for="{{datalList}}" wx:key="item" data-item="{{item}}">
<view class="tabContent" wx:for="{{datalList}}" wx:key="item" data-item="{{item}}">
<view class="tab_item">
<view class="class-title">{{item.course.name}}</view>
<view class="text column">
...
...
@@ -23,9 +23,9 @@
</view>
</block>
</view>
<view>
<view
wx:if="{{activeIndex == 2}}"
>
<block wx:if="{{classList.length>0}}">
<view class="tabContent1"
wx:if="{{activeIndex == 2}}"
wx:for="{{classList}}" wx:key="item" data-id="{{item.id}}" catchtap="goteamDetail">
<view class="tabContent1" wx:for="{{classList}}" wx:key="item" data-id="{{item.id}}" catchtap="goteamDetail">
<view class="tab_item1">
<view class="top">
<view class="class-title">{{item.course.name}}</view>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment