Browse Source

获奖名单弹框跳转修改

DELL 3 years ago
parent
commit
80a67b1124
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packageOperate/activity/record.vue

+ 1 - 1
packageOperate/activity/record.vue

@@ -167,7 +167,7 @@
 			},
 			},
 
 
 			toPrize() {
 			toPrize() {
-				if (listData.prizeType != 'goods') {
+				if (this.listData.prizeType != 'goods') {
 					uni.navigateTo({
 					uni.navigateTo({
 						url: '/packagePrize/prize/index?coupon=1'
 						url: '/packagePrize/prize/index?coupon=1'
 					})
 					})