Commit 2ee9303c by 冷斌

fix bug

parent f02529a5
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
<!-- 按钮 --> <!-- 按钮 -->
<div class="btnBox"> <div class="btnBox">
<div v-if="status1=0" class="btnTwo">立即提交</div> <div v-if="status!=0" class="btnTwo">立即提交</div>
<div v-else class="btnOne">正在审核中</div> <div v-else class="btnOne">正在审核中</div>
</div> </div>
......
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