Commit 8e30615b authored by 黄奎's avatar 黄奎

页面修改

parent 17dcafdd
...@@ -367,19 +367,21 @@ ...@@ -367,19 +367,21 @@
margin-bottom: 10px; margin-bottom: 10px;
} }
.Travel_DetailQuan{ .Travel_DetailQuan {
display: inline-block; display: inline-block;
width:23px; width: 23px;
height:23px; height: 23px;
border:1px solid #d1d1d1; border: 1px solid #d1d1d1;
border-radius: 5px; border-radius: 5px;
text-align: center; text-align: center;
line-height: 20px; line-height: 20px;
} }
.Travel_DetailQuan i { .Travel_DetailQuan i {
font-size:12px; font-size: 12px;
color:gray; color: gray;
} }
</style> </style>
<template> <template>
...@@ -1042,13 +1044,18 @@ ...@@ -1042,13 +1044,18 @@
}; };
}, },
methods: { methods: {
// 生成二维码 // 生成二维码
GetQrCode: function () { GetQrCode: function () {
let urlObj = this.domainManager(); let urlObj = this.domainManager();
var guestId=0;
if(this.$route.query.guestId)
{
guestId=this.$route.query.guestId;
}
let msg = { let msg = {
TCID: this.$route.query.TCID, TCID: this.$route.query.TCID,
orderID: this.$route.query.orderID, orderID: this.$route.query.orderID,
guestId: guestId,
pUrl: "clientConfirm", pUrl: "clientConfirm",
}; };
this.$http({ this.$http({
......
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