Authored by hongyong.zhao

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

@@ -122,7 +122,8 @@ export default { @@ -122,7 +122,8 @@ export default {
122 return this.$router.push({ 122 return this.$router.push({
123 name: 'List', 123 name: 'List',
124 query: { 124 query: {
125 - coupon_token 125 + coupon_token,
  126 + type: 8
126 } 127 }
127 }); 128 });
128 } 129 }