Browse Source

去掉默认值

feature/feature-compatible 2.2.0
fengchengzhi 7 years ago
parent
commit
e4c71f9dd4
1 changed files with 1 additions and 1 deletions
  1. 2
      src/view/month-card.vue

2
src/view/month-card.vue

@ -95,7 +95,7 @@
'2': '满减券',
'3': '折扣券',
},
batchNo: this.$route.query.batchNo || "CB180914060305419101",
batchNo: this.$route.query.batchNo,
};
},
components: {

Loading…
Cancel
Save