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
f9938669
Commit
f9938669
authored
Sep 26, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
287e3086
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
112 additions
and
27 deletions
+112
-27
pages.json
src/pages.json
+6
-6
index.vue
src/pages/FriendsAndRelatives/index.vue
+106
-21
No files found.
src/pages.json
View file @
f9938669
...
@@ -95,8 +95,8 @@
...
@@ -95,8 +95,8 @@
"path"
:
"pages/person/person"
,
"path"
:
"pages/person/person"
,
"style"
:
{
"style"
:
{
"navigationBarTitleText"
:
"个人中心"
,
"navigationBarTitleText"
:
"个人中心"
,
"backgroundColor"
:
"#
f5f5f5
"
,
"backgroundColor"
:
"#
F6F6F6
"
,
"navigationBarBackgroundColor"
:
"#
f5f5f5
"
"navigationBarBackgroundColor"
:
"#
F6F6F6
"
}
}
}
}
...
@@ -108,16 +108,16 @@
...
@@ -108,16 +108,16 @@
"path"
:
"index"
,
"path"
:
"index"
,
"style"
:
{
"style"
:
{
"navigationBarTitleText"
:
"上课计划"
,
"navigationBarTitleText"
:
"上课计划"
,
"navigationBarBackgroundColor"
:
"#F
5F5F5
"
,
"navigationBarBackgroundColor"
:
"#F
6F6F6
"
,
"backgroundColor"
:
"#F
5F5F5
"
"backgroundColor"
:
"#F
6F6F6
"
}
}
},
},
{
{
"path"
:
"addPlan"
,
"path"
:
"addPlan"
,
"style"
:
{
"style"
:
{
"navigationBarTitleText"
:
"添加计划"
,
"navigationBarTitleText"
:
"添加计划"
,
"navigationBarBackgroundColor"
:
"#F
5F5F5
"
,
"navigationBarBackgroundColor"
:
"#F
6F6F6
"
,
"backgroundColor"
:
"#F
5F5F5
"
"backgroundColor"
:
"#F
6F6F6
"
}
}
}
}
]
]
...
...
src/pages/FriendsAndRelatives/index.vue
View file @
f9938669
...
@@ -11,51 +11,106 @@
...
@@ -11,51 +11,106 @@
position
:
absolute
;
position
:
absolute
;
left
:
50
rpx
;
left
:
50
rpx
;
right
:
50
rpx
;
right
:
50
rpx
;
bottom
:
0
rpx
;
bottom
:
15
rpx
;
padding
:
46
rpx
0
39
rpx
0
;
padding
:
46
rpx
0
39
rpx
0
;
background
:
#FFFFFF
;
background
:
#FFFFFF
;
opacity
:
0.95
;
opacity
:
0.95
;
border-radius
:
40
rpx
;
border-radius
:
40
rpx
;
}
}
.header-left
{
.header-left
{
width
:
200
rpx
;
width
:
170
rpx
;
flex-shrink
:
0
;
flex-direction
:
column
;
position
:
relative
;
position
:
relative
;
left
:
49
rpx
;
left
:
49
rpx
;
flex-shrink
:
0
;
flex-direction
:
column
;
align-items
:
center
;
}
}
.left-text
{
.header-left
.left-text
{
width
:
99
rpx
;
line-height
:
99
rpx
;
justify-content
:
center
;
justify-content
:
center
;
position
:
relative
;
top
:
15
rpx
;
}
}
.left-title
{
.header-left
.left-text
text
{
font-size
:
20
rpx
;
font-weight
:
500
;
color
:
#2F2F2F
;
margin-top
:
22
rpx
;
}
.left-text
text
{
font-size
:
46
rpx
;
font-size
:
46
rpx
;
font-weight
:
800
;
font-weight
:
800
;
font-style
:
italic
;
font-style
:
italic
;
color
:
#111111
;
color
:
#111111
;
line-height
:
70
rpx
;
line-height
:
70
rpx
;
}
}
.left-text
view
{
.
header-left
.
left-text
view
{
font-size
:
28
rpx
;
font-size
:
28
rpx
;
font-weight
:
500
;
font-weight
:
500
;
margin-top
:
2
0
rpx
;
margin-top
:
-1
0
rpx
;
margin-left
:
10
rpx
;
margin-left
:
10
rpx
;
}
}
.header-right
.left-title
,
.header-left
.left-title
{
font-size
:
20
rpx
;
font-weight
:
500
;
color
:
#2F2F2F
;
}
.header-right
{
.header-right
{
height
:
76
rpx
;
flex-grow
:
1
;
flex-grow
:
1
;
justify-content
:
space-between
;
justify-content
:
space-between
;
margin-left
:
82
rpx
;
margin-left
:
82
rpx
;
margin-right
:
49
rpx
;
margin-right
:
49
rpx
;
border-left
:
2
rpx
solid
#ECECEC
;
border-left
:
2
rpx
solid
#ECECEC
;
padding
:
0
0
0
72
rpx
;
}
.header-right
.right-image
{
position
:
relative
;
top
:
-35
rpx
;
}
.header-right
.right-image
image
{
display
:
block
;
}
.FriendsAndRelatives-content
{
padding
:
0
50
rpx
;
}
.title
{
font-size
:
34
rpx
;
font-weight
:
800
;
color
:
#111111
;
}
.text
{
margin-top
:
20
rpx
;
margin-bottom
:
51
rpx
;
font-size
:
26
rpx
;
font-weight
:
500
;
color
:
#BEBEBE
;
}
.FriendsAndRelatives-list
{
background
:
#ffffff
;
border-radius
:
40
rpx
;
padding
:
54
rpx
39
rpx
;
}
}
.
right-image
{
.
list-left
{
flex-direction
:
column
;
flex-direction
:
column
;
}
}
.list-left
.left-text
{
color
:
#111111
;
font-weight
:
bold
;
font-size
:
30
rpx
;
}
.list-left
.left-text
view
{
margin-left
:
20
rpx
;
}
.list-left
.left-time
{
font-size
:
24
rpx
;
font-weight
:
500
;
color
:
#919191
;
margin-top
:
20
rpx
;
}
.list-right
{
flex-shrink
:
0
;
margin-left
:
20
rpx
;
}
.cross-box
{
text-align
:
center
;
margin-bottom
:
20
rpx
;
}
</
style
>
</
style
>
<
template
>
<
template
>
<view
class=
"FriendsAndRelatives"
>
<view
class=
"FriendsAndRelatives"
>
...
@@ -64,27 +119,56 @@
...
@@ -64,27 +119,56 @@
style=
"width: 559rpx;height: 405rpx;"
></image>
style=
"width: 559rpx;height: 405rpx;"
></image>
<view
class=
"header-list flex_between_center"
>
<view
class=
"header-list flex_between_center"
>
<view
class=
"header-left flex"
>
<view
class=
"header-left flex"
>
<view
class=
"left-text flex"
>
<view
class=
"left-text flex"
style=
"width: 99rpx;height: 99rpx;"
>
<text>
3
</text>
<text>
3
</text>
<view>
人
</view>
<view>
人
</view>
</view>
</view>
<text
class=
"left-title"
>
亲友团
</text>
<text
class=
"left-title"
>
亲友团
</text>
<view
class=
"segmentation"
></view>
</view>
</view>
<view
class=
"header-right flex"
>
<view
class=
"header-right flex"
>
<view
class=
"right-image
flex
"
>
<view
class=
"right-image"
>
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1664164163000_619.png"
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1664164163000_619.png"
style=
"width: 99rpx;height: 99rpx;"
></image>
style=
"width: 99rpx;height: 99rpx;"
></image>
<text>
微信邀请
</text>
<text
class=
"left-title"
>
微信邀请
</text>
</view>
</view>
<view
class=
"right-image
flex
"
>
<view
class=
"right-image
"
style=
"margin-right: 33rpx;"
@
click=
"showPopup=true
"
>
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1664164159000_60.png"
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1664164159000_60.png"
style=
"width: 99rpx;height: 99rpx;"
></image>
style=
"width: 99rpx;height: 99rpx;"
></image>
<text>
面对面邀请
</text>
<text
class=
"left-title"
>
面对面邀请
</text>
</view>
</view>
</view>
</view>
</view>
</view>
</view>
</view>
<view
class=
"FriendsAndRelatives-content"
>
<view
class=
"title"
>
已邀请的亲友
</view>
<view
class=
"text"
>
随时电话联系哟
</view>
<view
class=
"FriendsAndRelatives-list flex_between_center"
>
<view
class=
"list-left flex"
>
<view
class=
"left-text flex"
>
<text>
爷爷
</text>
<view>
(18225556648)
</view>
</view>
<text
class=
"left-time"
>
最后登录时间:2022-09-23 14:10
</text>
</view>
<view
class=
"list-right"
>
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1664164166000_196.png"
style=
"width: 36rpx;height: 35rpx;"
></image>
</view>
</view>
</view>
<van-popup
:show=
"showPopup"
round
>
<view
style=
"padding: 63rpx;"
>
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1664160541000_21.png"
style=
"width: 378rpx;height: 377rpx;"
></image>
</view>
<view
class=
"cross-box"
>
<van-icon
name=
"close"
color=
"#111111"
size=
"48rpx"
@
click=
"showPopup=false"
/>
</view>
</van-popup>
</view>
</view>
</
template
>
</
template
>
...
@@ -118,6 +202,7 @@
...
@@ -118,6 +202,7 @@
let
data
=
reactive
({
let
data
=
reactive
({
loading
:
true
,
loading
:
true
,
Account
:
''
,
Account
:
''
,
showPopup
:
false
,
msg
:
{
msg
:
{
pageIndex
:
1
,
pageIndex
:
1
,
pageSize
:
10
,
pageSize
:
10
,
...
...
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