Authored by hongyong.zhao

修改优惠券跳转不对的问题

... ... @@ -122,7 +122,8 @@ export default {
return this.$router.push({
name: 'List',
query: {
coupon_token
coupon_token,
type: 8
}
});
}
... ...