order 7.23
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user