@@ -534,7 +534,7 @@ var coupon = new Vue({
// 更新价格相关
updatePrice: function (before) {
console.log( '原价:' + before)
- this.initPrice = before;
+ this.initPrice = parseInt(before);
// 调用子组件查询最优卡券
this.$refs.couponRef.getCoupon();
},