wuguojie 4 месяцев назад
Родитель
Сommit
6a90a3b971
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/pages/index/index.vue

+ 1 - 1
src/pages/index/index.vue

@@ -264,7 +264,7 @@ export default {
 	// 优惠券弹框
 	// 优惠券弹框
 	showCoupons() {
 	showCoupons() {
 		getShareVolutionDetail({
 		getShareVolutionDetail({
-			shareVolutionId: this.query.shareContentId
+			couponId: this.query.shareContentId
 		}).then(res => {
 		}).then(res => {
 			if(res.data.code == 200) {
 			if(res.data.code == 200) {
 				this.myCouponObj = res.data.data
 				this.myCouponObj = res.data.data