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
c53cf7ba
Commit
c53cf7ba
authored
Jun 01, 2022
by
罗超
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/youjie/thinkapp
parents
166b5f22
c704dfa7
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
52 additions
and
11 deletions
+52
-11
JobComponents.vue
src/components/index/JobComponents.vue
+10
-0
examComponents.vue
src/components/index/examComponents.vue
+10
-0
commentDetails.vue
src/components/setComments/commentDetails.vue
+1
-0
commentDetailsPopu.vue
src/components/setComments/commentDetailsPopu.vue
+4
-0
setComments.vue
src/components/setComments/setComments.vue
+10
-3
commentRulesList.vue
src/pages/setComments/commentRulesList.vue
+17
-8
No files found.
src/components/index/JobComponents.vue
View file @
c53cf7ba
...
...
@@ -14,6 +14,7 @@
</view>
<view
class=
"JobComponents-center-box"
@
click=
"JobDetails"
>
<view
class=
"JobComponents-center-line"
></view>
<view
class=
"JobComponents-bjimg"
></view>
<view
class=
"JobComponents-center flex"
>
<view
class=
"JobComponents-left"
>
<view
class=
"operation-name"
>
{{
jobData
.
Title
}}
</view>
...
...
@@ -79,6 +80,15 @@
};
</
script
>
<
style
scoped
>
.JobComponents-bjimg
{
width
:
104
rpx
;
height
:
68
rpx
;
position
:
absolute
;
right
:
10
rpx
;
top
:
43
rpx
;
background
:
url('https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1654062513000_439.png')
no-repeat
;
background-size
:
100%
100%
;
}
.homework-score-num
view
:last-child
{
font-size
:
23
rpx
;
margin-top
:
25
rpx
;
...
...
src/components/index/examComponents.vue
View file @
c53cf7ba
...
...
@@ -14,6 +14,7 @@
</view>
<view
class=
"examComponents-center-box"
@
click=
"scoreDetails"
>
<view
class=
"examComponents-center-line"
></view>
<view
class=
"examComponents-bjimg"
></view>
<view
class=
"examComponents-center flex"
>
<view
class=
"examComponents-left"
>
<view
class=
"operation-name"
>
{{
jobData
.
Title
}}
</view>
...
...
@@ -89,6 +90,15 @@
};
</
script
>
<
style
scoped
>
.examComponents-bjimg
{
width
:
104
rpx
;
height
:
68
rpx
;
position
:
absolute
;
right
:
10
rpx
;
top
:
43
rpx
;
background
:
url('https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1654062518000_33.png')
no-repeat
;
background-size
:
100%
100%
;
}
.homework-score-num
view
:last-child
{
font-size
:
23
rpx
;
margin-top
:
25
rpx
;
...
...
src/components/setComments/commentDetails.vue
View file @
c53cf7ba
...
...
@@ -222,6 +222,7 @@
padding
:
31
rpx
40
rpx
37
rpx
22
rpx
;
box-shadow
:
0
rpx
6
rpx
29
rpx
0
rpx
rgba
(
76
,
76
,
76
,
0.09
);
border-radius
:
30
rpx
;
margin-bottom
:
40
rpx
;
}
.commentDetailsList-title
.img
{
flex-shrink
:
0
;
...
...
src/components/setComments/commentDetailsPopu.vue
View file @
c53cf7ba
...
...
@@ -105,6 +105,10 @@
text-align
:
center
;
color
:
#FFFFFF
;
}
.commentPopup-save
{
justify-content
:
center
;
margin-top
:
60
rpx
;
}
.commentPopup-title
{
width
:
100%
;
text-align
:
center
;
...
...
src/components/setComments/setComments.vue
View file @
c53cf7ba
<
template
>
<view
class=
"setComments-box"
>
<view
class=
"setComments-add"
>
<van-icon
name=
"plus"
/><text>
创建评价
</text>
</view>
<view
class=
"setComments-add"
@
click=
"addComments"
>
<van-icon
name=
"plus"
/><text>
创建评价
</text>
</view>
<view
class=
"index-student-information"
>
<view
class=
"setComments-content-box"
v-if=
"dataList.length>0"
>
<template
v-for=
"(item,index) in dataList"
>
...
...
@@ -11,7 +12,7 @@
<text
class=
"setComments-title-left"
>
第
{{
item
.
Times
}}
次评价
</text>
<view
class=
"setComments-title-right"
>
<view
class=
"setComments-options flex"
>
<view
class=
"setComments-options-title flex"
@
click=
"clickOptionsShow(item)"
>
<view
class=
"setComments-options-title flex"
@
click
.
stop
=
"clickOptionsShow(item)"
>
<view
class=
"point"
></view>
<text>
{{
item
.
ShowTypeStr
}}
</text>
<van-icon
:name=
"item.optionsShow?'arrow-down':'arrow'"
/>
...
...
@@ -80,6 +81,11 @@
delta
:
1
})
},
addComments
(){
uni
.
navigateTo
({
url
:
'/pages/setComments/commentRulesList'
})
},
goComment
(
item
){
uni
.
navigateTo
({
url
:
'/pages/setComments/commentDetails?comment='
+
encodeURIComponent
(
JSON
.
stringify
(
item
))
...
...
@@ -195,6 +201,7 @@
left
:
0
;
right
:
0
;
top
:
35
rpx
;
z-index
:
2
;
background
:
#FCEEEF
;
padding
:
20
rpx
0
20
rpx
0
;
border-radius
:
0
0
25
rpx
25
rpx
;
...
...
src/pages/setComments/commentRulesList.vue
View file @
c53cf7ba
...
...
@@ -504,14 +504,23 @@
.commentRulesList-box
{
background
:
#FFFFFF
;
}
.commentRulesList-header-title
{
font-size
:
32
rpx
;
font-weight
:
500
;
color
:
#282828
;
flex
:
1
;
text-align
:
center
;
padding-right
:
40
rpx
;
.commentRulesList-header-box
{
padding
:
20
rpx
42
rpx
;
flex-direction
:
row
;
align-items
:
center
;
}
.commentRulesList-header-title
{
font-size
:
32
rpx
;
font-weight
:
500
;
color
:
#282828
;
flex
:
1
;
text-align
:
center
;
padding-right
:
40
rpx
;
}
.commentRulesList-header-left
{
font-size
:
40
rpx
;
position
:
relative
;
z-index
:
3
;
}
.navbarSticky
{
...
...
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