Browse Source

选择奖品券包跳转

hwb0 3 years ago
parent
commit
a93f56035d
1 changed files with 5 additions and 0 deletions
  1. 5 0
      pages/choice/index.vue

+ 5 - 0
pages/choice/index.vue

@@ -188,6 +188,11 @@
 						url: '/pages/prize/index?coupon=1'
 					})
 				}
+				if (data.value == 'coupon_pkg') {
+					uni.redirectTo({
+						url: '/pages/prize/index?coupon=1'
+					})
+				}
 				if (data == 'coin') {
 					uni.switchTab({
 						url: '/pages/core/index'