@@ -65,7 +65,7 @@ export default {
return this.promoRuleSn ? '确定换促销活动?' : '确定参加促销活动?'
},
total () {
- return this.activeList.length
+ return this.promoRuleSn ? 1 : this.activeList.length
}
methods: {