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
38f02850
Commit
38f02850
authored
Dec 02, 2020
by
石盼盼
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'shipanpan' into 'master'
Shipanpan See merge request
!57
parents
d95d5dbe
73b1356a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
performance.wxml
pages/index/performance/performance.wxml
+2
-2
info.js
pages/sign/info/info.js
+1
-1
financial.wxml
pages/tabbar/financial/financial.wxml
+1
-1
No files found.
pages/index/performance/performance.wxml
View file @
38f02850
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
<image src="{{coach.thumb}}" wx:else mode="aspectFill"></image>
<image src="{{coach.thumb}}" wx:else mode="aspectFill"></image>
<text class="name">{{coach.title}}</text>
<text class="name">{{coach.title}}</text>
</view>
</view>
<
view class="teacher_right">{{coachcomment.class_comment}}</view
>
<
text class="teacher_right">{{coachcomment.class_comment}}</text
>
</view>
</view>
</view>
</view>
<view class="line" wx:if="{{coachcomment.comment_reply!='' && coachcomment.comment_reply!=null}}"></view>
<view class="line" wx:if="{{coachcomment.comment_reply!='' && coachcomment.comment_reply!=null}}"></view>
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
<image src="{{coachcomment.child.wx_user.avatarurl}}" wx:else></image>
<image src="{{coachcomment.child.wx_user.avatarurl}}" wx:else></image>
<text class="name">{{coachcomment.child.wx_user.nickname}}</text>
<text class="name">{{coachcomment.child.wx_user.nickname}}</text>
</view>
</view>
<
view class="comments">{{coachcomment.comment_reply}}</view
>
<
text class="comments">{{coachcomment.comment_reply}}</text
>
</view>
</view>
</view>
</view>
<view class="one" wx:if="{{awardList.length > 0}}">
<view class="one" wx:if="{{awardList.length > 0}}">
...
...
pages/sign/info/info.js
View file @
38f02850
...
@@ -57,7 +57,7 @@ Page({
...
@@ -57,7 +57,7 @@ Page({
})
})
},
},
fail
()
{
fail
()
{
base
.
toast
(
'
上传失败,请重试
'
)
//
base.toast('上传失败,请重试')
}
}
})
})
},
},
...
...
pages/tabbar/financial/financial.wxml
View file @
38f02850
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
</view>
</view>
<view class="content1" wx:if="{{profitList.length > 0}}">
<view class="content1" wx:if="{{profitList.length > 0}}">
<view class="content1_head flex-h flex-vc">
<view class="content1_head flex-h flex-vc
flex-hc
">
<view style="width:30%">日期</view>
<view style="width:30%">日期</view>
<view style="width:30%">结算金额</view>
<view style="width:30%">结算金额</view>
<view style="width:40%">说明</view>
<view style="width:40%">说明</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