Commit ef384806 by 陈玉桐

fix

parent 0deec34c
...@@ -26,8 +26,8 @@ ...@@ -26,8 +26,8 @@
<img :src="detailImgUrl"> <img :src="detailImgUrl">
</div> </div>
<div id="applyButtonBox"> <div id="applyButtonBox">
<span @click="toApply" class="canApplyButton" v-if="true">立即报名</span> <span class="noApplyButton" v-if="status == 5">报名</span>
<span class="noApplyButton" v-else>立即报名</span> <span @click="toApply" class="canApplyButton" v-else>立即报名</span>
</div> </div>
<div class="tipDialog" v-show="tipDialogShow"> <div class="tipDialog" v-show="tipDialogShow">
<div class="tipDialogCon"> <div class="tipDialogCon">
......
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