增加分销页面,订单增加会员折扣
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user