Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
tjty-app
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
王永飞
tjty-app
Commits
80a3b637
Commit
80a3b637
authored
Nov 24, 2022
by
刘鑫鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完善页面
parent
5d2102ab
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
14 deletions
+14
-14
course.vue
tjty-app/pages_course/tjty_course_course/course.vue
+5
-5
my.vue
tjty-app/pages_my/my/my.vue
+7
-7
my_faceback.vue
tjty-app/pages_my/my_faceback/my_faceback.vue
+2
-2
No files found.
tjty-app/pages_course/tjty_course_course/course.vue
View file @
80a3b637
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
</view>
</view>
</view>
</view>
</view>
</view>
<view
style=
"margin-left:
35%;margin-bottom: 20px;"
@
tap=
"more"
v-show=
"total >= queryParams.pageNum * queryParams.pageSize"
>
点击加载更多...
</view>
<view
style=
"margin-left:
45%;margin-bottom: 20px;"
@
tap=
"more"
v-show=
"total >= queryParams.pageNum * queryParams.pageSize"
>
加载更多~
</view>
</view>
</view>
</scroll-view>
</scroll-view>
</swiper-item>
</swiper-item>
...
@@ -91,7 +91,7 @@
...
@@ -91,7 +91,7 @@
</view>
</view>
</view>
</view>
</view>
</view>
<view
style=
"margin-left:
35%;margin-bottom: 20px;"
@
tap=
"more"
v-show=
"total >= queryParams.pageNum * queryParams.pageSize"
>
点击加载更多...
</view>
<view
style=
"margin-left:
45%;margin-bottom: 20px;"
@
tap=
"more"
v-show=
"total >= queryParams.pageNum * queryParams.pageSize"
>
加载更多~
</view>
</view>
</view>
</scroll-view>
</scroll-view>
</swiper-item>
</swiper-item>
...
@@ -132,7 +132,7 @@
...
@@ -132,7 +132,7 @@
</view>
</view>
</view>
</view>
</view>
</view>
<view
style=
"margin-left:
35%;margin-bottom: 20px;"
@
tap=
"more"
v-show=
"total >= queryParams.pageNum * queryParams.pageSize"
>
点击加载更多...
</view>
<view
style=
"margin-left:
45%;margin-bottom: 20px;"
@
tap=
"more"
v-show=
"total >= queryParams.pageNum * queryParams.pageSize"
>
加载更多~
</view>
</view>
</view>
</scroll-view>
</scroll-view>
</swiper-item>
</swiper-item>
...
@@ -172,7 +172,7 @@
...
@@ -172,7 +172,7 @@
</view>
</view>
</view>
</view>
</view>
</view>
<view
style=
"margin-left:
35%;margin-bottom: 20px;"
@
tap=
"more"
v-show=
"total >= queryParams.pageNum * queryParams.pageSize"
>
点击加载更多...
</view>
<view
style=
"margin-left:
45%;margin-bottom: 20px;"
@
tap=
"more"
v-show=
"total >= queryParams.pageNum * queryParams.pageSize"
>
加载更多~
</view>
</view>
</view>
</scroll-view>
</scroll-view>
</swiper-item>
</swiper-item>
...
@@ -213,7 +213,7 @@
...
@@ -213,7 +213,7 @@
</view>
</view>
</view>
</view>
</view>
</view>
<view
style=
"margin-left:
35%;margin-bottom: 20px;"
@
tap=
"more"
v-show=
"total >= queryParams.pageNum * queryParams.pageSize"
>
点击加载更多...
</view>
<view
style=
"margin-left:
45%;margin-bottom: 20px;"
@
tap=
"more"
v-show=
"total >= queryParams.pageNum * queryParams.pageSize"
>
加载更多~
</view>
</view>
</view>
</scroll-view>
</scroll-view>
</swiper-item>
</swiper-item>
...
...
tjty-app/pages_my/my/my.vue
View file @
80a3b637
<
template
>
<
template
>
<view>
<view>
<view
class=
"head_bg"
>
<view
class=
"head_bg"
>
<view
class=
"home"
>
<
!--
<
view
class=
"home"
>
<uni-icons
type=
"back"
size=
"26px"
@
click=
"gohome"
></uni-icons>
<uni-icons
type=
"back"
size=
"26px"
@
click=
"gohome"
></uni-icons>
</view>
</view>
-->
<view>
<view>
<view
class=
"avatar"
>
<view
class=
"avatar"
>
<image
:src=
"userInfo.userPortrait"
></image>
<image
:src=
"userInfo.userPortrait"
></image>
...
@@ -163,11 +163,11 @@
...
@@ -163,11 +163,11 @@
}
}
},
},
gohome
(){
//
gohome(){
uni
.
navigateBack
({
//
uni.navigateBack({
url
:
"/pages_home/tjty_home_page/tjty_home_page"
//
url:"/pages_home/tjty_home_page/tjty_home_page"
})
//
})
},
//
},
//退出登录
//退出登录
logout
()
{
logout
()
{
// uni.clearStorageSync();
// uni.clearStorageSync();
...
...
tjty-app/pages_my/my_faceback/my_faceback.vue
View file @
80a3b637
...
@@ -24,8 +24,8 @@
...
@@ -24,8 +24,8 @@
<view
class=
"info"
>
<view
class=
"info"
>
<view
class=
"item"
>
答复:
</view>
<view
class=
"item"
>
答复:
</view>
</view>
</view>
<view
class=
"question"
>
{{
item
.
replyContent
}}
</view>
<view
class=
"question"
v-if=
"item.replyContent==null"
>
未答复
</view>
<view
class=
"question"
v-else
>
{{
item
.
replyContent
}}
</view>
</view>
</view>
</view>
</view>
...
...
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