Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust-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
李伟
cust-app
Commits
fdbfa0b2
Commit
fdbfa0b2
authored
Mar 06, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改活动报名
parent
4dd63ce1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
activityDetail.vue
pagesActivity/activityDetail.vue
+4
-4
userInfo.vue
pagesUser/userInfo.vue
+5
-2
No files found.
pagesActivity/activityDetail.vue
View file @
fdbfa0b2
...
...
@@ -10,8 +10,7 @@
</view>
</view>
<view
class=
"act-bottom"
>
<view
v-if=
"activityDetail.isApplication == '1' && isApplication == false"
class=
"act-button"
@
click=
"open"
>
报名
</view>
<view
v-else-if=
"activityDetail.isApplication == '1' && isApplication == true"
class=
"act-button"
style=
"background: #999999;"
>
已报名
</view>
<view
v-if=
"activityDetail.isApplication == '1'"
class=
"act-button"
@
click=
"open"
>
报名
</view>
</view>
</view>
<!-- 报名弹窗 -->
...
...
@@ -54,8 +53,9 @@
<!--
</view>
-->
<!--
</view>
-->
<view
class=
"all-price"
>
<view
v-if=
"activityDetail.applicationCount != activityDetail.maxApplicationCount"
class=
"all-button"
@
click=
"submitorder"
>
确认报名
</view>
<view
v-else
class=
"all-button"
style=
"background: #999999;"
>
报名人数已满
</view>
<view
v-if=
"activityDetail.isApplication == '1' && isApplication == true"
class=
"all-button"
style=
"background: #999999;"
>
已报名
</view>
<view
v-else-if=
"activityDetail.applicationCount != activityDetail.maxApplicationCount"
class=
"all-button"
@
click=
"submitorder"
>
确认报名
</view>
<view
v-else-if=
"activityDetail.applicationCount == activityDetail.maxApplicationCount"
class=
"all-button"
style=
"background: #999999;"
>
报名人数已满
</view>
</view>
</view>
</u-popup>
...
...
pagesUser/userInfo.vue
View file @
fdbfa0b2
...
...
@@ -94,7 +94,7 @@
<view
class=
"safe-bottom"
>
<!-- 动态图片-->
<view
class=
"card"
style=
"height: auto;"
v-if=
"(articleUrl !== null && articleUrl.length) ||
userData.
articleContent !== null"
>
v-if=
"(articleUrl !== null && articleUrl.length) || articleContent !== null"
>
<view
class=
"content"
>
<view
class=
"have_image_two"
>
<view
class=
"have_image_title"
>
...
...
@@ -247,6 +247,7 @@
likeUrl
:
''
,
showAnima
:
false
,
showArrowDown
:
true
,
articleContent
:
''
,
isInit
:
true
,
showTabbar
:
true
,
tipMsg
:
''
,
...
...
@@ -358,9 +359,11 @@
}
})
})
this
.
userData
.
articleContent
=
list
[
0
].
content
}
}
console
.
log
(
'111111111111111'
,
list
[
0
].
content
)
this
.
userData
.
articleContent
=
list
[
0
].
content
console
.
log
(
'222222222222'
,
this
.
userData
.
articleContent
)
})
//处理地址
if
(
res
.
data
.
data
.
memResidenceProvince
!==
''
&&
res
.
data
.
data
.
memResidenceProvince
!==
null
&&
res
.
data
.
data
.
memResidenceCity
!==
''
&&
res
.
data
.
data
.
memResidenceCity
!==
null
){
...
...
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