Explorar el Código

fix: 开发优惠券

wuguojie hace 4 meses
padre
commit
6a90a3b971
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/pages/index/index.vue

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

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