|
@@ -538,8 +538,8 @@
|
|
|
let useArea = JSON.parse(item.useArea)
|
|
|
let type = JSON.parse(item.type)
|
|
|
// 1判断type,如果为门店直接跳转不需要判断useArec
|
|
|
- if (type.value == 2) {
|
|
|
- // data.value 2为指定优惠券 0为通用优惠券
|
|
|
+ if (type.value == 2 || type.value == 4) {
|
|
|
+ // data.value 2为指定优惠券 0为通用优惠券 4为采购优惠券
|
|
|
uni.navigateTo({
|
|
|
url: `/packagePrize/coupon/detail?id=${ item.id }`
|
|
|
})
|