增加分销页面,订单增加会员折扣

This commit is contained in:
2025-10-25 16:31:38 +08:00
parent 26532150b5
commit 845d9f7b40
39 changed files with 5988 additions and 43 deletions

View File

@@ -6,7 +6,7 @@
:height="info.destHeight"
:canvas-id="item.id"
:id="item.id"
:style="{width:info.width,height: info.height}"
:style="{width:info.width,height: info.height,opacity:opacity}"
v-for="item in info.listCode"
:key="item.id"
@error="handleError"></canvas>
@@ -25,7 +25,11 @@
default: () =>{
return {}
}
}
},
opacity:{
type: Number,
default: 0
}
});
const emits = defineEmits(['generate','press','error'])
const opt = props.options;
@@ -175,8 +179,6 @@
}
</script>
<!-- #endif -->
<style scoped>
.canvas{
opacity: 0;
}
<style >
</style>