|
@@ -2628,7 +2628,7 @@ var vm = new Vue({
|
|
duration.text = filterInfo.cycle + '天'
|
|
duration.text = filterInfo.cycle + '天'
|
|
} else {
|
|
} else {
|
|
duration.text = filterInfo.cycle + '年'
|
|
duration.text = filterInfo.cycle + '年'
|
|
- if (filterInfo.createType || filterInfo.cycleType === 0) {
|
|
|
|
|
|
+ if (filterInfo.cycleType === 0) {
|
|
duration.text = filterInfo.cycle + '个月'
|
|
duration.text = filterInfo.cycle + '个月'
|
|
}
|
|
}
|
|
}
|
|
}
|