Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
get-up-early
Overview
Overview
Details
Activity
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
baihong
get-up-early
Commits
9ed7bd37
Commit
9ed7bd37
authored
Apr 20, 2021
by
baihong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add:评论详情
parent
64139978
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
115 additions
and
22 deletions
+115
-22
pages.json
pages.json
+9
-0
commentDetails.vue
pages/commentDetails/commentDetails.vue
+106
-0
sos.vue
pages/sos/sos.vue
+0
-22
ic_edit@2x.png
static/imgs/ic_edit@2x.png
+0
-0
No files found.
pages.json
View file @
9ed7bd37
...
@@ -65,6 +65,15 @@
...
@@ -65,6 +65,15 @@
}
}
}
}
,{
"path"
:
"pages/commentDetails/commentDetails"
,
"style"
:
{
"navigationBarTitleText"
:
"评论详情"
,
"enablePullDownRefresh"
:
false
}
}
],
],
"globalStyle"
:
{
"globalStyle"
:
{
"navigationBarTextStyle"
:
"black"
,
"navigationBarTextStyle"
:
"black"
,
...
...
pages/commentDetails/commentDetails.vue
0 → 100644
View file @
9ed7bd37
<
template
>
<view
class=
"app"
>
<view
class=
"list"
>
<p>
大家起床时的样子?
</p>
<u-image
width=
"626rpx"
height=
"638rpx"
:src=
"src"
></u-image>
<view
class=
"smile"
>
<view
class=
"smile-item"
>
<image
v-if=
"true"
src=
"../../static/imgs/ic_expression_choose_01.png"
mode=
""
></image>
<image
v-else
src=
"../../static/imgs/ic_expression_grey_01.png"
mode=
""
></image>
8
</view>
<view
class=
"smile-item"
>
<image
v-if=
"true"
src=
"../../static/imgs/ic_expression_choose_02.png"
mode=
""
></image>
<image
v-else
src=
"../../static/imgs/ic_expression_grey_02.png"
mode=
""
></image>
8
</view>
<view
class=
"smile-item"
>
<image
v-if=
"true"
src=
"../../static/imgs/ic_expression_choose_03.png"
mode=
""
></image>
<image
v-else
src=
"../../static/imgs/ic_expression_grey_03.png"
mode=
""
></image>
8
</view>
<view
class=
"smile-item"
>
<image
v-if=
"true"
src=
"../../static/imgs/ic_expression_choose_04.png"
mode=
""
></image>
<image
v-else
src=
"../../static/imgs/ic_expression_grey_04.png"
mode=
""
></image>
8
</view>
<view
class=
"smile-item"
>
<image
style=
"width: 30rpx;height: 30rpx;margin-left: 90rpx;"
src=
"../../static/imgs/ic_edit@2x.png"
mode=
""
></image>
</view>
</view>
<view
class=
"msg"
>
realme: 哈哈,太有趣了,太有趣了
</view>
<view
class=
"zwb"
>
+200(真我币)
<image
style=
"width: 26rpx;height: 26rpx;"
src=
"../../static/imgs/ic_dollar@2x.png"
mode=
""
></image>
</view>
</view>
</view>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
};
}
}
</
script
>
<
style
lang=
"scss"
scoped
>
.app
{
padding-top
:
2
rpx
;
.list
{
width
:
690
rpx
;
background
:
#FFFFFF
;
border-radius
:
7
rpx
;
margin
:
20
rpx
auto
20
rpx
auto
;
padding
:
30
rpx
;
box-sizing
:
border-box
;
.zwb
{
font-size
:
24
rpx
;
font-family
:
OpenSans-Bold
,
OpenSans
;
font-weight
:
bold
;
color
:
#FFC915
;
line-height
:
33
rpx
;
display
:
flex
;
align-items
:
center
;
}
.msg
{
font-size
:
24
rpx
;
font-family
:
OpenSans
;
color
:
#333333
;
line-height
:
33
rpx
;
margin
:
20
rpx
0
;
}
.smile
{
display
:
flex
;
margin-top
:
25
rpx
;
&-item{
display
:
flex
;
align-items
:
center
;
margin-right
:
65
rpx
;
font-size
:
24
rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
color
:
#555555
;
line-height
:
33
rpx
;
image{
width
:
40
rpx
;
height
:
40
rpx
;
margin-right
:
10
rpx
;
}
}
}
p
{
font-size
:
32
rpx
;
font-family
:
OpenSans
;
color
:
#000000
;
line-height
:
43
rpx
;
margin-bottom
:
30
rpx
;
}
}
}
</
style
>
pages/sos/sos.vue
deleted
100644 → 0
View file @
64139978
<
template
>
<view>
</view>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
}
},
methods
:
{
}
}
</
script
>
<
style
>
</
style
>
static/imgs/ic_edit@2x.png
0 → 100644
View file @
9ed7bd37
1.45 KB
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