Commit 8dec6eca authored by zhengke's avatar zhengke

增加分享二维码

parent 1f9ee60d
...@@ -7,7 +7,9 @@ ...@@ -7,7 +7,9 @@
.travelControlTrip .hangban-info tr th { .travelControlTrip .hangban-info tr th {
padding-left: 0 !important; padding-left: 0 !important;
} }
.WeiXinShare{
width:118px;position:relative;top:55px;
}
</style> </style>
<template> <template>
...@@ -65,7 +67,7 @@ ...@@ -65,7 +67,7 @@
<p class="pvalue">{{orderMsg.endDate}}</p> <p class="pvalue">{{orderMsg.endDate}}</p>
</td> </td>
<td rowspan="2"> <td rowspan="2">
<!-- <img :src="WeiXinShareImgSrc" /> --> <img class="WeiXinShare" :src="'data:image/png;base64,'+WeiXinShareImgSrc" />
</td> </td>
</tr> </tr>
<tr> <tr>
......
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