|
|
|
@ -161,6 +161,7 @@
|
|
|
|
|
>
|
|
|
|
|
<div ref="downloadElement" style="padding: 20px 10px">
|
|
|
|
|
<img :src="code.imgs" alt="" class="codeImg" />
|
|
|
|
|
<div class="netName">店铺名称:{{ code.posName }}</div>
|
|
|
|
|
<div class="netName">WI-FI名称:{{ code.wifiName }}</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
@ -248,7 +249,9 @@ export default {
|
|
|
|
|
};
|
|
|
|
|
getCode(data).then((res) => {
|
|
|
|
|
this.code.imgs = "data:image/png;base64," + res.data;
|
|
|
|
|
|
|
|
|
|
this.code.wifiName = row.wifiName;
|
|
|
|
|
this.code.posName = row.posName;
|
|
|
|
|
this.wifiopen = true;
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
@ -372,7 +375,7 @@ export default {
|
|
|
|
|
height: 350px;
|
|
|
|
|
}
|
|
|
|
|
.netName {
|
|
|
|
|
margin-top: 6px;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|