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
80750a2c
Commit
80750a2c
authored
Sep 26, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
fc290693
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
11 deletions
+10
-11
addChild.vue
src/pages/MyChild/addChild.vue
+0
-5
index.vue
src/pages/MyChild/index.vue
+10
-6
No files found.
src/pages/MyChild/addChild.vue
View file @
80750a2c
...
...
@@ -120,7 +120,6 @@
<Loadmore
:state=
"pageState"
/>
</view>
</view>
</scroll-view>
<view
v-if=
"loading"
class=
"addChild-buttom"
@
click=
"addChild"
>
已选2个,确认添加
...
...
@@ -170,10 +169,6 @@
dataList
:
[],
pageState
:
"more"
,
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
=
{
usernameInput
(
val
)
{
...
...
src/pages/MyChild/index.vue
View file @
80750a2c
...
...
@@ -109,6 +109,9 @@
color
:
#50D487
;
margin-top
:
15
rpx
;
}
.dataList-right.active
text
{
color
:
#EF5252
;
}
.van-swipe-cell__left
,
.van-swipe-cell__right
{
position
:
absolute
;
...
...
@@ -160,9 +163,10 @@
<text>
18226665548
</text>
</view>
</view>
<view
class=
"dataList-right flex"
>
<view
class=
"dataList-right flex"
:class=
"
{'active':!imgUrlG}">
<image
:src=
"imgUrlG?imgUrlG:imgUrlR"
style=
"width: 24rpx;height: 24rpx;"
></image>
<text>
学习中/休学
</text>
<text>
{{
imgUrlG
?
'学习中'
:
'休学'
}}
</text>
</view>
</view>
</view>
...
...
@@ -217,10 +221,10 @@
dataList
:
[],
pageState
:
"more"
,
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'
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
=
{
addChild
(){
...
...
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