Commit 53bb4057 by 穆启卓

bug和需求

parent 8d780488
......@@ -24,7 +24,7 @@ div.ShareModal {
left: 0;
background: rgba(0, 0, 0, 0.7);
border: 1px solid transparent;
z-index: 100;
z-index: 20000;
}
.tip {
......
......@@ -58,7 +58,8 @@
<div class="swiper-pagination" slot="pagination" style="opacity: 0"></div>
</swiper>
<!-- </div>-->
<div class="func-btn" @click="goOtherPage('GoXCX')">提交今日步数</div>
<div class="func-btn green-btn" @click="inviteFriend" v-if="record_list[0].status === 0">邀请好友来参赛</div>
<div class="func-btn" @click="goOtherPage('GoXCX')" v-else>提交今日步数</div>
<div class="next-func-btn" v-if="next_signup" @click="joinNextGame()">报名下一期</div>
<!-- 报名成功弹框 -->
......@@ -658,6 +659,9 @@
text-align: center;
margin-top: 1.2rem;
}
.green-btn {
background: #1fdbb1;
}
.next-func-btn {
width: 5.6rem;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment