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
a8193369
Commit
a8193369
authored
Nov 28, 2022
by
刘鑫鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了BUG
parent
f3354e1d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
14 deletions
+6
-14
appointment.vue
...-app/pages_course/tjty_course_appointment/appointment.vue
+0
-2
my.vue
tjty-app/pages_my/my/my.vue
+2
-11
myActivity.vue
tjty-app/pages_my/myActicity/myActivity.vue
+4
-1
No files found.
tjty-app/pages_course/tjty_course_appointment/appointment.vue
View file @
a8193369
...
@@ -8,9 +8,7 @@
...
@@ -8,9 +8,7 @@
<image
:src=
"item"
></image>
<image
:src=
"item"
></image>
</swiper-item>
</swiper-item>
</swiper>
</swiper>
<swiper
circular
v-else
:indicator-dots=
"indicatorDots"
autoplay=
"true"
interval=
"3000"
duration=
"500"
>
<swiper
circular
v-else
:indicator-dots=
"indicatorDots"
autoplay=
"true"
interval=
"3000"
duration=
"500"
>
<swiper-item
v-for=
"(item,i) in bannerlist "
:key=
"i"
>
<swiper-item
v-for=
"(item,i) in bannerlist "
:key=
"i"
>
<image
:src=
"item"
></image>
<image
:src=
"item"
></image>
</swiper-item>
</swiper-item>
...
...
tjty-app/pages_my/my/my.vue
View file @
a8193369
...
@@ -212,26 +212,17 @@
...
@@ -212,26 +212,17 @@
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.head_bg
{
.head_bg
{
width
:
100%
;
width
:
100%
;
height
:
299px
;
height
:
100%
;
position
:
relative
;
position
:
relative
;
overflow-x
:
hidden
;
overflow-x
:
hidden
;
overflow-y
:
hidden
;
overflow-y
:
hidden
;
top
:
88rpx
;
// top: 88rpx;
/* #ifdef APP-PLUS */
top
:
calc
(
var
(
--
top-window-height
)
+
0px
);
top
:
calc
(
var
(
--
top-window-height
)
+
0px
);
/* #endif */
-webkit-overflow-scroll
:touch
;
left
:
0
;
.home
{
.home
{
position
:
absolute
;
position
:
absolute
;
z-index
:
2
;
z-index
:
2
;
margin
:
8%
0
0
3%
;
margin
:
8%
0
0
3%
;
}
}
.avatar
{
.avatar
{
position
:
absolute
;
position
:
absolute
;
z-index
:
2
;
z-index
:
2
;
...
...
tjty-app/pages_my/myActicity/myActivity.vue
View file @
a8193369
...
@@ -126,7 +126,8 @@
...
@@ -126,7 +126,8 @@
total
:
0
,
total
:
0
,
signInList
:
[],
signInList
:
[],
signupexamlist
:{},
signupexamlist
:{},
signuplist
:{}
signuplist
:{},
str1
:
null
,
}
}
},
},
...
@@ -185,6 +186,8 @@
...
@@ -185,6 +186,8 @@
getMyActivitySignupByWechatId
(
wechatId
).
then
(
response
=>
{
getMyActivitySignupByWechatId
(
wechatId
).
then
(
response
=>
{
console
.
log
(
response
)
console
.
log
(
response
)
this
.
myActivitylist
=
[...
this
.
myActivitylist
,
...
response
.
rows
]
||
[]
this
.
myActivitylist
=
[...
this
.
myActivitylist
,
...
response
.
rows
]
||
[]
this
.
str1
=
this
.
myActivitylist
.
activityTime
.
slice
(
'6'
);
console
.
log
(
this
.
myActivitylist
)
console
.
log
(
this
.
myActivitylist
)
this
.
total
=
response
.
total
||
[];
this
.
total
=
response
.
total
||
[];
console
.
log
(
this
.
total
)
console
.
log
(
this
.
total
)
...
...
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