Commit 7338ba10 by 冷斌

Merge remote-tracking branch 'origin/master'

parents c6d15d3a 5663c24d
...@@ -49,11 +49,9 @@ ...@@ -49,11 +49,9 @@
</div> </div>
<!-- 按钮 --> <!-- 按钮 -->
<div class="btnBox" style="padding-bottom: 10px;"> <div class="btnBox">
<button type="button" :class="[isSubmit ? 'btnOne' : 'btnTwo']" @click="submit" :disabled="isSubmit" style="border: none;">申请认证 <button type="button" :class="[isSubmit ? 'btnOne' : 'btnTwo']" @click="submit" :disabled="isSubmit">申请认证</button>
</button>
</div> </div>
</div> </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