[update]-会员消息注释的修改

This commit is contained in:
fengchenchen
2021-12-28 20:33:35 +08:00
parent 95a68f76dd
commit 22243814f9
+1 -1
View File
@@ -355,7 +355,7 @@ export default {
}
}
},
// 判断是否是来款系统 ; 通过titile字段进行判断,目前13-19是会员系统的消息;其他是来款系统的消息
// 判断是否是来款系统 ; 通过titile字段进行判断,目前13-20是会员系统的消息;其他是来款系统的消息
isIncomePaySystem(record) {
const judgeNum = Number(record.titile)
if(judgeNum >= 13 && judgeNum <= 20) {