Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
thinkApp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
游洁
thinkApp
Commits
16f20264
Commit
16f20264
authored
Sep 23, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
ac8238e5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
7 deletions
+24
-7
index.vue
src/pages/MyChild/index.vue
+24
-7
No files found.
src/pages/MyChild/index.vue
View file @
16f20264
...
...
@@ -45,6 +45,19 @@
position
:
relative
;
padding
:
31
rpx
40
rpx
0
22
rpx
;
}
.left-image
{
position
:
relative
;
}
.image-bj
{
width
:
177
rpx
;
height
:
204
rpx
;
background
:
url('https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1663932626000_693.png')
;
}
.image-bjB
{
width
:
177
rpx
;
height
:
204
rpx
;
background
:
url('https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1663932626000_675.png')
;
}
.van-swipe-cell__right
{
position
:
absolute
;
top
:
0
;
...
...
@@ -75,15 +88,16 @@
:disabled=
"true"
@
close=
"onClose"
>
<view
class=
"dataList-form"
>
<view
class=
"dataList-center flex_between_center"
>
<view>
<view>
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1663903439000_469.png"
mode=
"aspectFill"
style=
"width:100%;height:100%;"
>
<view
class=
"dataList-center active flex_between_center"
>
<view
class=
"dataList-left"
>
<view
class=
"left-image"
>
<view
class=
"image-bj"
></view>
<image
:src=
"imgBoy"
mode=
"aspectFill"
style=
"width:50rpx;height:50rpx;"
>
</image>
<text>
周启明
</text>
</view>
<view>
<view
class=
"left-image"
>
<text>
武侯校区
</text>
<view>
<van-icon
name=
"phone"
></van-icon>
...
...
@@ -93,6 +107,7 @@
</view>
<view>
<image
:src=
"imgUrlG"
style=
"width: 24rpx;height: 24rpx;"
></image>
<text>
学习中
</text>
</view>
</view>
<view
slot=
"right"
class=
"van-swipe-cell__right"
>
...
...
@@ -152,7 +167,9 @@
timer
:
null
,
//防抖
imgUrlG
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1663930765000_891.png'
,
imgUrlR
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1663930765000_218.png'
,
});
imgBoy
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1663932008000_116.png'
,
imgGirl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1663931928000_154.png'
});
const
methods
=
{
onClose
(
event
)
{
const
{
position
,
instance
}
=
event
.
detail
;
...
...
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