order 7.23

This commit is contained in:
2020-07-23 14:56:20 +08:00
parent 2e087313d4
commit be9f2ec1c7
9 changed files with 209 additions and 142 deletions

View File

@@ -39,6 +39,7 @@ export default {
goodsClass: Array,
},
created() {
// console.log(this.goodsClass);
// console.log(this.couponInfo);
},
filters: {
@@ -51,9 +52,6 @@ export default {
}
},
methods: {
exchange() {
this.$emit('exchange', this.couponInfo.vouchertemplate_id);
},
use() {
this.$emit('use', this.couponInfo);
},
@@ -64,6 +62,7 @@ export default {
.c-coupon {
position: relative;
z-index: 9;
margin-bottom: 30rpx;
@mixin coupon-image($url) {
width: 690rpx;
height: 194rpx;