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
0772ea7e
Commit
0772ea7e
authored
Dec 02, 2020
by
石盼盼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
头像
parent
23a6224b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
classDetail.wxml
pages/index/classDetail/classDetail.wxml
+2
-2
parents.wxss
pages/my/parents/parents.wxss
+0
-1
No files found.
pages/index/classDetail/classDetail.wxml
View file @
0772ea7e
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
<view class="cont">
<view class="cont">
<view class="item flex-h flex-vc flex-hb" wx:for="{{stuList}}" wx:key="index" data-id="{{item.id}}">
<view class="item flex-h flex-vc flex-hb" wx:for="{{stuList}}" wx:key="index" data-id="{{item.id}}">
<view class="flex-h flex-vc">
<view class="flex-h flex-vc">
<image src="/images/default_head.png" wx:if="{{item.child.thumb == null}}"></image>
<image src="/images/default_head.png" wx:if="{{item.child.thumb == null}}"
mode="aspectFill"
></image>
<image src="{{item.child.thumb}}" wx:else></image>
<image src="{{item.child.thumb}}" wx:else
mode="aspectFill"
></image>
<view>
<view>
<view class="name">{{item.child.nick_name !=null ? item.child.nick_name : ''}}</view>
<view class="name">{{item.child.nick_name !=null ? item.child.nick_name : ''}}</view>
<view class="big_name">{{item.child.child_name}}</view>
<view class="big_name">{{item.child.child_name}}</view>
...
...
pages/my/parents/parents.wxss
View file @
0772ea7e
...
@@ -3,7 +3,6 @@ page{
...
@@ -3,7 +3,6 @@ page{
}
}
.item{
.item{
width: 750rpx;
width: 750rpx;
height: 454rpx;
background: #FFFFFF;
background: #FFFFFF;
margin-top: 20rpx;
margin-top: 20rpx;
padding: 30rpx;
padding: 30rpx;
...
...
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