Browse Source

查优惠券使用原始金额

gcz 5 days ago
parent
commit
fbd8e52e30
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/bookticket.vue

+ 1 - 1
pages/bookticket.vue

@@ -825,7 +825,7 @@ import {
 				}
 				let goodsId = this.pageContent.goodsList[0].goodsId;
 				this.$u.route('/center/couponselect',{
-					salePrice:this.pageContent.salePrice,
+					salePrice:this.salePrice,
 					performId:this.performId,
 					goodsId: goodsId
 				})