Browse Source

券包奖品跳转详情

hwb0 3 years ago
parent
commit
eccc79b27f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/ticketBox/detail.vue

+ 1 - 1
pages/ticketBox/detail.vue

@@ -213,7 +213,7 @@
 					})
 				}
 				//门店优惠券
-				if (item.prizeType == "coupon") {
+				if (item.prizeType == "coupon" || item.prizeType == "coupon_pkg") {
 					// if (item.couponType == "1") {
 					// 	uni.navigateTo({
 					// 		url: `/pages/prizeGoods/detail?id=426`