Commit 3ca8e3d5 authored by 赵啸非's avatar 赵啸非

Merge remote-tracking branch 'origin/master'

parents f26b3bac e388b89e
This diff is collapsed.
...@@ -28,10 +28,14 @@ ...@@ -28,10 +28,14 @@
orderInfo.endtime orderInfo.endtime
}} }}
</p> </p>
<p>
<span>预约方式:</span>{{ orderInfo.up_type=='phone'?'微官网':orderInfo.up_type=='app'?'自助终端':orderInfo.up_type=='tftb'?'天府通办':'--' }}
</p>
</div> </div>
<div class="qrcode"> <div class="qrcode">
<!-- <img src="~@/assets/images/logo.png" alt="" /> <!-- <img src="~@/assets/images/logo.png" alt="" /> -->
<p>预约信息二维码</p> --> <img :src="baseurl + '/'+ orderInfo.qrcode" alt="" />
<p>预约信息二维码</p>
</div> </div>
</div> </div>
<ul class="bottom"> <ul class="bottom">
...@@ -145,6 +149,7 @@ export default { ...@@ -145,6 +149,7 @@ export default {
statusItem, statusItem,
style, style,
orderInfo: {}, // 预约信息 orderInfo: {}, // 预约信息
baseurl: process.env.VUE_APP_API_PHP_URL,
}; };
}, },
......
This diff is collapsed.
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