소스 검색

查优惠券使用原始金额

gcz 2 달 전
부모
커밋
fbd8e52e30
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 				})