Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
3c1e6a8f
Commit
3c1e6a8f
authored
Oct 12, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
a26cbc0c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
articleDetails.vue
pages/school/articleDetails.vue
+1
-1
articleList.vue
pages/school/articleList.vue
+1
-1
courseInfo.vue
pages/school/courseInfo.vue
+1
-1
teacherDetails.vue
pages/school/teacherDetails.vue
+1
-1
No files found.
pages/school/articleDetails.vue
View file @
3c1e6a8f
...
...
@@ -20,7 +20,7 @@
<view
class=
"tiaoti"
>
<view
style=
"display: flex;flex-direction: row;align-items: center;"
>
<view
class=
"tiaoti-l"
></view>
<text
style=
"font-size: 12px;color: #1C1E1F;margin-left: 5px;"
>
{{
count
}}
条
评价
</text>
<text
style=
"font-size: 12px;color: #1C1E1F;margin-left: 5px;"
>
{{
count
}}
条
留言
</text>
</view>
<view
style=
"display: flex;flex-direction: row;align-items: center;"
v-if=
"count>5"
@
click=
"gocomList"
>
...
...
pages/school/articleList.vue
View file @
3c1e6a8f
...
...
@@ -36,7 +36,7 @@
width: calc(100vw - 20px);
padding-top: 10px;
"
>
<u-empty
text=
"没有找到
商品信息
"
font-size=
"36"
mode=
"list"
></u-empty>
<u-empty
text=
"没有找到
资讯
"
font-size=
"36"
mode=
"list"
></u-empty>
</view>
</view>
...
...
pages/school/courseInfo.vue
View file @
3c1e6a8f
...
...
@@ -556,7 +556,7 @@ export default {
setFavorite(){
this.request2(
{
url: '
/
api
/
AppletUser
/
GetAppletCourseCollect
',
url: '
/
api
/
AppletUser
/
SetUserCollectionInfo
',
data: {
GoodsId: this.id
}
...
...
pages/school/teacherDetails.vue
View file @
3c1e6a8f
...
...
@@ -58,7 +58,7 @@
<view
class=
"kecheng"
>
<view
class=
"tiaoti"
>
<view
class=
"tiaoti-l"
></view>
<text
style=
"font-size: 16px;color: #1B1D1E;margin-left: 5px;"
>
课程
简介
</text>
<text
style=
"font-size: 16px;color: #1B1D1E;margin-left: 5px;"
>
教师
简介
</text>
</view>
<view
style=
"padding: 10px;"
>
...
...
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