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
57ddd862
Commit
57ddd862
authored
Jun 09, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
2775c4fe
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
21 additions
and
8 deletions
+21
-8
commentDetailsPopu.vue
src/components/setComments/commentDetailsPopu.vue
+1
-1
rulesPopup.vue
src/components/setComments/rulesPopup.vue
+2
-1
accountLogin.vue
src/pages/login/accountLogin.vue
+16
-3
addComment.vue
src/pages/setComments/addComment.vue
+1
-1
commentRulesList.vue
src/pages/setComments/commentRulesList.vue
+0
-1
teacher-commit.vue
src/pages/setComments/teacher-commit.vue
+1
-1
No files found.
src/components/setComments/commentDetailsPopu.vue
View file @
57ddd862
...
...
@@ -5,7 +5,7 @@
<van-icon
class=
"commentPopup-closure"
name=
"cross"
@
click=
"closepopup"
/>
<view
class=
"commentPopup-title"
>
修改评语
</view>
<view
class=
"commentPopup-content"
>
<textarea
placeholder=
"请填写评语内容"
v-model=
"stuCommentObj.Info"
></textarea>
<textarea
placeholder=
"请填写评语内容"
v-model=
"stuCommentObj.Info"
maxlength=
"-1"
></textarea>
</view>
<view
class=
"commentPopup-save flex"
>
...
...
src/components/setComments/rulesPopup.vue
View file @
57ddd862
...
...
@@ -13,7 +13,8 @@
</view>
</view>
<view
class=
"RuleSettings-content"
>
<textarea
placeholder=
"请填写评论内容"
v-model=
"ruleObj.Info"
></textarea>
<!--
<van-field
v-model=
"ruleObj.Info"
rows=
"10"
/>
-->
<textarea
placeholder=
"请填写评论内容"
v-model=
"ruleObj.Info"
maxlength=
"-1"
></textarea>
</view>
<view
class=
"rulesPopup-save flex"
>
<van-loading
color=
"#f5f5f5"
v-if=
"loading"
/>
...
...
src/pages/login/accountLogin.vue
View file @
57ddd862
...
...
@@ -13,15 +13,27 @@
<view
class=
"login-title"
>
账号登录
</view>
<view
style=
"margin:60rpx auto;text-align: center;"
>
<view
style=
"margin:60rpx auto;text-align: center;
height: 256rpx;overflow: hidden;
"
>
<div
style=
"display: inline-block;"
@
click=
"changeTypeHandler(1)"
>
<image
:class=
"
{'login-grey-avatar':userLoginType==2}" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1653894192000_645.png" mode="widthFix" style="width:142rpx;">
</image>
<van-image
:class=
"
{'login-grey-avatar':userLoginType==2}"
width="142rpx"
height="142rpx"
lazy-load
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1653894192000_645.png"
/>
<view
style=
"color: #282828;font-size: 24rpx;font-weight: 800;"
>
学员
</view>
</div>
<div
style=
"display: inline-block;margin-left:148rpx;"
@
click=
"changeTypeHandler(2)"
>
<image
:class=
"
{'login-grey-avatar':userLoginType==1}" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1653894197000_691.png" mode="widthFix" style="width:142rpx;">
</image>
<van-image
:class=
"
{'login-grey-avatar':userLoginType==1}"
width="142rpx"
height="142rpx"
lazy-load
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1653894197000_691.png"
/>
<view
style=
"color: #282828;font-size: 24rpx;font-weight: 800;"
>
教师
</view>
...
...
@@ -226,6 +238,7 @@
.login-background
{
position
:
fixed
;
width
:
100%
;
height
:
100%
;
top
:
0
;
bottom
:
0
;
background
:
-moz-linear-gradient
(
top
,
#C41726
0%
,
#831D1C
100%
);
...
...
src/pages/setComments/addComment.vue
View file @
57ddd862
...
...
@@ -41,7 +41,7 @@
<view
class=
"addComment-textarea-box"
>
<view
class=
"hotsopt"
@
click=
"expendStatus=!expendStatus"
></view>
<view
class=
"content-textarea-box"
>
<textarea
placeholder=
"请填写评论内容"
v-model=
"postMsg.Info"
></textarea>
<textarea
placeholder=
"请填写评论内容"
v-model=
"postMsg.Info"
maxlength=
"-1"
></textarea>
</view>
</view>
<van-popup
:z-index=
"1000"
:show=
"show"
:round=
"true"
position=
"bottom"
custom-style=
"height: 70vh"
@
close=
"closepopup"
>
...
...
src/pages/setComments/commentRulesList.vue
View file @
57ddd862
...
...
@@ -146,7 +146,6 @@
},
//编辑规则
editRules
(
item
,
index
)
{
data
.
editor
=
index
data
.
show
=
true
},
...
...
src/pages/setComments/teacher-commit.vue
View file @
57ddd862
...
...
@@ -19,7 +19,7 @@
</van-cell-group>
<van-cell-group
title=
"评语内容"
inset
v-if=
"!UseTemplate"
>
<textarea
placeholder=
"请填写评论内容"
class=
"user-pingyu"
v-model=
"msg.Info"
></textarea>
<textarea
placeholder=
"请填写评论内容"
class=
"user-pingyu"
v-model=
"msg.Info"
maxlength=
"-1"
></textarea>
</van-cell-group>
<view
style=
"margin:32rpx;"
>
...
...
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