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
d98a9156
Commit
d98a9156
authored
Nov 28, 2022
by
王永阿飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了bug
parent
d6e075f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
activity.vue
tjty-app/pages_activity/activity/activity.vue
+1
-5
activity_signInDetail.vue
..._activity/activity_signInDetail/activity_signInDetail.vue
+1
-1
No files found.
tjty-app/pages_activity/activity/activity.vue
View file @
d98a9156
...
@@ -89,11 +89,7 @@
...
@@ -89,11 +89,7 @@
this
.
login
()
this
.
login
()
// this.getList()
// this.getList()
},
},
created
()
{
// uni.setStorageSync("title", '赛事活动')
// this.getList()
// this.getList()
},
onShow
()
{
onShow
()
{
console
.
log
(
'onShow'
)
console
.
log
(
'onShow'
)
this
.
getList
()
this
.
getList
()
...
...
tjty-app/pages_activity/activity_signInDetail/activity_signInDetail.vue
View file @
d98a9156
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<view
class=
"signIn-body"
><text>
项目:
<text
style=
"display: block;float: right;margin-right: 20rpx;"
>
{{
item
.
projectName
}}
</text></text></view>
<view
class=
"signIn-body"
><text>
项目:
<text
style=
"display: block;float: right;margin-right: 20rpx;"
>
{{
item
.
projectName
}}
</text></text></view>
<view
class=
"signIn-body"
><text>
费用:
<text
style=
"display: block;float: right;margin-right: 20rpx; color: #F28723;"
>
¥
{{
item
.
projectFee
}}
/人
</text></text></view>
<view
class=
"signIn-body"
><text>
费用:
<text
style=
"display: block;float: right;margin-right: 20rpx; color: #F28723;"
>
¥
{{
item
.
projectFee
}}
/人
</text></text></view>
<view
class=
"signIn-body"
v-if=
"item.projectFee!==0"
><text>
缴费方式:
<text
style=
"display: block;float: right;margin-right: 20rpx;"
>
微信支付
</text></text></view>
<view
class=
"signIn-body"
v-if=
"item.projectFee!==0"
><text>
缴费方式:
<text
style=
"display: block;float: right;margin-right: 20rpx;"
>
微信支付
</text></text></view>
<view
class=
"signIn-body"
v-if=
"item.projectFee!==0"
><text>
缴费时间:
<text
style=
"display: block;float: right;margin-right: 20rpx;"
>
{{
item
.
transactionTime
}}
</text></text></view>
<view
class=
"signIn-body"
v-if=
"item.projectFee!==0"
><text>
缴费时间:
<text
style=
"display: block;float: right;margin-right: 20rpx;"
>
{{
item
.
transactionTime
===
null
?
'未缴费'
:
item
.
transactionTime
}}
</text></text></view>
</view>
</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