Commit 0deec34c by 陈玉桐

test

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