Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
swx_weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2022-11-15 18:29:21 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e54e704719e4ccb385473d7d25e726141a537db4
e54e7047
1 parent
4eb07609
fix 义工角色参加活动时逻辑判断新增
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
src/pages/activityDetail/index.vue
src/pages/activityDetail/index.vue
View file @
e54e704
<!--
* @Date: 2022-09-26 14:36:57
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-11-1
4 16:22:1
2
* @LastEditTime: 2022-11-1
5 18:28:0
2
* @FilePath: /swx/src/pages/activityDetail/index.vue
* @Description: 活动详情页
-->
...
...
@@ -614,7 +614,9 @@ export default {
}
}
if (this.member_role === 'volunteer') { // 义工
if (this.volunteer_reg_id) {
if (this.player_reg_id) { // 申请过活动
status = 'player_join'
} else if (this.volunteer_reg_id) {
status = 'player_join_volunteer'
} else {
if (this.activity.is_inner) {
...
...
Please
register
or
login
to post a comment