Pārlūkot izejas kodu

优惠券bug修改

twt 3 gadi atpakaļ
vecāks
revīzija
8a6af362ed
2 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 2 2
      pages/me/discountCard.vue
  2. 1 1
      pages/me/discountDetail.vue

+ 2 - 2
pages/me/discountCard.vue

@@ -84,7 +84,7 @@
 					}); 
 				}else{
 					uni.navigateTo({
-						url: 'discountDetail?couponId=' + item.CouponID,
+						url: 'discountDetail?couponId=' + item.ID,
 					})
 				}
 			},
@@ -123,7 +123,7 @@
 			goDiscountDetail(item) {
 
 				uni.navigateTo({
-					url: 'discountDetail?couponId=' + item.CouponID,
+					url: 'discountDetail?couponId=' + item.ID,
 				})
 			},
 			getItemData() {

+ 1 - 1
pages/me/discountDetail.vue

@@ -76,7 +76,7 @@
 				})
 				let url = 'worldKeepCar/keepCarMy/queryTCouponDetail',
 					params = {
-						id: this.couponId,
+						ID: this.couponId,
 						
 					}
 				this.$http(url, params, 'GET').then(res => {