提交 dd59d6ce 编写于 作者: 张敬贤's avatar 张敬贤

fix

上级 b951b2d6
...@@ -150,8 +150,14 @@ ...@@ -150,8 +150,14 @@
> >
查看详情 查看详情
</div> --> </div> -->
<div class="detail-btn-bottom"> <div
<div class="detail-btn-bottom-tips"> v-if="!expireFlag"
class="detail-btn-bottom"
>
<div
class="detail-btn-bottom-tips"
>
<van-icon name="warning-o" /> <van-icon name="warning-o" />
请在预约日前往预约地完成采样,并点击按钮绑定采样码 请在预约日前往预约地完成采样,并点击按钮绑定采样码
</div> </div>
...@@ -168,6 +174,17 @@ ...@@ -168,6 +174,17 @@
绑定采样码 绑定采样码
</div> </div>
</div> </div>
<div
v-else
class="detail-btn-bottom"
>
<div
class="detail-btn"
@click="reAppoint"
>
重新预约
</div>
</div>
<van-action-sheet <van-action-sheet
v-model="showSsheet" v-model="showSsheet"
...@@ -413,7 +430,7 @@ export default { ...@@ -413,7 +430,7 @@ export default {
box-sizing: border-box; box-sizing: border-box;
background: #f5f6f8; background: #f5f6f8;
background: linear-gradient(180deg, #00BDA5 0%, #20C5B0 125px, #F5F6F8 257px); background: linear-gradient(180deg, #00BDA5 0%, #20C5B0 125px, #F5F6F8 257px);
padding: 20px 12px 140px; padding: 20px 12px 160px;
overflow: auto; overflow: auto;
// .top-bg{ // .top-bg{
// position: absolute; // position: absolute;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册