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
d5b494dc
Commit
d5b494dc
authored
Nov 28, 2020
by
吴颖
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'wuying' into 'master'
Wuying See merge request
!50
parents
7a7bb8e0
08a94de9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
3 deletions
+6
-3
classManagement.js
pages/index/classManagement/classManagement.js
+4
-0
parents.wxml
pages/my/parents/parents.wxml
+0
-1
index.js
pages/tabbar/index/index.js
+1
-1
teamDetail.wxml
pages/team/teamDetail/teamDetail.wxml
+1
-1
No files found.
pages/index/classManagement/classManagement.js
View file @
d5b494dc
...
...
@@ -136,6 +136,10 @@ Page({
},
callback
:
(
data
)
=>
{
base
.
toast
(
'
课程完结
'
)
app
.
globalData
.
classRush
=
true
wx
.
switchTab
({
url
:
'
/pages/tabbar/index/index
'
,
})
}
}
base
.
newRequest
(
params
)
...
...
pages/my/parents/parents.wxml
View file @
d5b494dc
...
...
@@ -8,7 +8,6 @@
</view>
<view class="date">
<text>{{item.updated_at}}</text>
<!-- <text>10:00</text> -->
</view>
</view>
<view class="comments">{{item.comment_reply}}</view>
...
...
pages/tabbar/index/index.js
View file @
d5b494dc
...
...
@@ -53,7 +53,7 @@ Page({
this
.
getList
()
},
onShow
()
{
if
(
app
.
globalData
.
classRush
)
{
// 抢班成功之后刷新当前页面
if
(
app
.
globalData
.
classRush
)
{
// 抢班成功之后刷新当前页面
或者课程完结以后
this
.
initData
()
this
.
getAllList
()
this
.
getList
()
...
...
pages/team/teamDetail/teamDetail.wxml
View file @
d5b494dc
...
...
@@ -21,7 +21,7 @@
<view class="stus column" wx:for="{{studentList}}" wx:key="index" wx:for-item="item">
<image src="/images/default_head.png" wx:if="{{item.child.thumb == null}}" mode="aspectFill"></image>
<image src="{{item.child.thumb}}" mode="aspectFill" wx:else ></image>
<view class="name">{{item.child.nick_name}}</view>
<view class="name">{{item.child.nick_name
? item.child.nick_name : item.child.child_name
}}</view>
</view>
</view>
</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