订单结算修改,增加限时折扣
This commit is contained in:
@@ -28,7 +28,6 @@ onMounted(() => {
|
||||
});
|
||||
const emit = defineEmits(["generate"]);
|
||||
function qrcodeResult(e) {
|
||||
console.log(e);
|
||||
emit("generate", e.img.tempFilePath);
|
||||
}
|
||||
</script>
|
||||
@@ -37,8 +36,10 @@ function qrcodeResult(e) {
|
||||
.qrcode-box {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
left: -400px;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
opacity: 0;
|
||||
z-index: -1;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user