@@ -179,7 +179,7 @@
</el-card>
<div class="page-footer">
<div class="footer">
- <el-button v-if="detail.waitPrice > 0" size="small" type="primary" @click="confirm()">确定</el-button>
+ <el-button size="small" type="primary" @click="confirm()">确定</el-button>
<el-button size="small" type="info" @click="goBack">返回</el-button>
</div>