|
@@ -357,7 +357,7 @@ export default {
|
|
|
commit('setIntegralDesc', `${ available }积分可减免`)
|
|
|
return
|
|
|
}
|
|
|
- commit('setIntegralDesc', `${ pointsPerUnit }积分可停车1小时`)
|
|
|
+ commit('setIntegralDesc', `${ pointsPerUnit }积分可停车${[5, 10].indexOf(orderDetail.parkInfo.parkMallCode)> -1 ? unitAmount + '元' : '1小时'}`)
|
|
|
}
|
|
|
}
|
|
|
|