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-16 14:01:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
51ec4832ee6ae3ad242b8bb097e9730f81693467
51ec4832
1 parent
bc3b7a2d
fix 创建者还可以操作活动
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/components/activity-bar.vue
src/components/activity-bar.vue
View file @
51ec483
<!--
* @Date: 2022-09-26 16:10:35
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-11-16 1
3:56:40
* @LastEditTime: 2022-11-16 1
4:01:05
* @FilePath: /swx/src/components/activity-bar.vue
* @Description: 活动详情页底部导航栏
-->
...
...
@@ -17,12 +17,12 @@
</view>
</van-col>
<van-col span="19" offset="0">
<view v-if="isEnd == 1">
<view v-if="
userType !== 'creator' &&
isEnd == 1">
<view class="activity-close">
<view class="button">活动结束</view>
</view>
</view>
<view v-else-if="activityStatus === '报名结束'">
<view v-else-if="
userType !== 'creator' &&
activityStatus === '报名结束'">
<view class="activity-close">
<view class="button">报名结束</view>
</view>
...
...
Please
register
or
login
to post a comment