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
bc2d734f
Commit
bc2d734f
authored
Nov 30, 2022
by
王宝峰
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://gitlab.91isoft.com:90/wyf/tjty-app
into dev
parents
ad93ccbe
43fed0e7
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
16 deletions
+8
-16
activity_detail.vue
tjty-app/pages_activity/activity_detail/activity_detail.vue
+1
-1
appointment.vue
...-app/pages_course/tjty_course_appointment/appointment.vue
+0
-2
tjty_ans_detail.vue
tjty-app/pages_events/tjty_ans_detail/tjty_ans_detail.vue
+1
-1
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_activity/activity_detail/activity_detail.vue
View file @
bc2d734f
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
<view
class=
"font-body"
>
<view
class=
"font-body"
>
<!--
<view
class=
"activity_title"
>
活动名称:
<text>
{{
activityObject
.
activityName
}}
</text></view>
-->
<!--
<view
class=
"activity_title"
>
活动名称:
<text>
{{
activityObject
.
activityName
}}
</text></view>
-->
<view
class=
"activity_detail_Name"
>
<view
class=
"activity_detail_Name"
>
<view
style=
"padding: 2% 4%;"
>
{{
activityObject
.
activityName
|
ellipsis
}}
</view>
<view
style=
"padding: 2% 4%;
white-space:pre-wrap
"
>
{{
activityObject
.
activityName
|
ellipsis
}}
</view>
</view>
</view>
<view
style=
"margin-top: -70rpx;"
>
<view
style=
"margin-top: -70rpx;"
>
<view
class=
"activity_font"
>
<view
class=
"activity_font"
>
...
...
tjty-app/pages_course/tjty_course_appointment/appointment.vue
View file @
bc2d734f
...
@@ -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_events/tjty_ans_detail/tjty_ans_detail.vue
View file @
bc2d734f
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<image
class=
"image-status"
src=
"../../static/oper-icon/content_tag_jinxingzhong@2x.png"
<image
class=
"image-status"
src=
"../../static/oper-icon/content_tag_jinxingzhong@2x.png"
v-else-if=
"activityInfo.activityStatus=='1'"
></image>
v-else-if=
"activityInfo.activityStatus=='1'"
></image>
<image
v-else
class=
"image-status"
src=
"../../static/oper-icon/content_tag_yijieshu@2x.png"
></image>
<image
v-else
class=
"image-status"
src=
"../../static/oper-icon/content_tag_yijieshu@2x.png"
></image>
<view
class=
"activity_title"
><view
style=
"padding: 2% 4%;overflow: hidden;text-overflow: ellipsis;white-space:
no
wrap;"
>
{{
activityInfo
.
activityName
}}
</view></view>
<view
class=
"activity_title"
><view
style=
"padding: 2% 4%;overflow: hidden;text-overflow: ellipsis;white-space:
pre-
wrap;"
>
{{
activityInfo
.
activityName
}}
</view></view>
</view>
</view>
<view
class=
"info"
>
<view
class=
"info"
>
<view
class=
"item"
style=
"height: 75rpx;display: flex;justify-content: space-between;"
v-if=
"activityInfo.signupTime"
>
<view
class=
"item"
style=
"height: 75rpx;display: flex;justify-content: space-between;"
v-if=
"activityInfo.signupTime"
>
...
...
tjty-app/pages_my/my/my.vue
View file @
bc2d734f
...
@@ -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 @
bc2d734f
...
@@ -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