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

Merge branch 'feature/zjx' into 'develop'

Feature/zjx

See merge request !130
...@@ -172,7 +172,7 @@ ...@@ -172,7 +172,7 @@
class="detail-btn-bottom-tips" class="detail-btn-bottom-tips"
> >
<van-icon name="warning-o" /> <van-icon name="warning-o" />
请在预约日前往预约地完成采样,并点击按钮绑定采样码 请在预约日前往预约地{{ isUnderLine ? '领取产品' : '完成采样' }},并点击按钮绑定采样码
</div> </div>
<div <div
class="detail-btn btn-empty reAppoint" class="detail-btn btn-empty reAppoint"
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
<img <img
src="https://files.yunqueyi.com/image/gif/common/20230228173135233.gif" src="https://files.yunqueyi.com/image/gif/common/20230228173135233.gif"
class="info-btn" class="info-btn"
@click="toAppoint"
> >
<div class="info-tips"> <div class="info-tips">
...@@ -132,7 +133,7 @@ export default { ...@@ -132,7 +133,7 @@ export default {
}; };
return m[status]; return m[status];
}, },
// 目前是配置一个检测信息,可能会拓展,所以返回的是一个list // 目前是配置一个检测信息,可能会拓展,所以返回的是一个list ces
getDetectionName(yunOrderNo) { getDetectionName(yunOrderNo) {
getDetectionName(yunOrderNo).then(res => { getDetectionName(yunOrderNo).then(res => {
if (res.code === '000000' && res.data) { if (res.code === '000000' && res.data) {
...@@ -347,7 +348,7 @@ background: #F3FCFF; ...@@ -347,7 +348,7 @@ background: #F3FCFF;
} }
} }
.tips-fixed{ .tips-fixed{
position: fixed; margin-top: 53px;
width: 100%; width: 100%;
bottom: 70px; bottom: 70px;
height: 21px; height: 21px;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册