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
f2a88d8e
Commit
f2a88d8e
authored
Dec 02, 2020
by
石盼盼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
评语换行
parent
f47967a6
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 @
f2a88d8e
...
...
@@ -13,7 +13,7 @@
<image src="{{coach.thumb}}" wx:else mode="aspectFill"></image>
<text class="name">{{coach.title}}</text>
</view>
<
view class="teacher_right">{{coachcomment.class_comment}}</view
>
<
text class="teacher_right">{{coachcomment.class_comment}}</text
>
</view>
</view>
<view class="line" wx:if="{{coachcomment.comment_reply!='' && coachcomment.comment_reply!=null}}"></view>
...
...
@@ -24,7 +24,7 @@
<image src="{{coachcomment.child.wx_user.avatarurl}}" wx:else></image>
<text class="name">{{coachcomment.child.wx_user.nickname}}</text>
</view>
<
view class="comments">{{coachcomment.comment_reply}}</view
>
<
text class="comments">{{coachcomment.comment_reply}}</text
>
</view>
</view>
<view class="one" wx:if="{{awardList.length > 0}}">
...
...
pages/sign/info/info.js
View file @
f2a88d8e
...
...
@@ -57,7 +57,7 @@ Page({
})
},
fail
()
{
base
.
toast
(
'
上传失败,请重试
'
)
//
base.toast('上传失败,请重试')
}
})
},
...
...
pages/tabbar/financial/financial.wxml
View file @
f2a88d8e
...
...
@@ -28,7 +28,7 @@
</view>
<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: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