军团:邮件参数
This commit is contained in:
@@ -120,7 +120,8 @@ class MailTemp {
|
||||
this.endTime = this.sendTime + dicMail?.time||0;
|
||||
this.content = this.getContent(dicMail.content, params.params);
|
||||
if(dicMail.title) this.title = dicMail.title;
|
||||
if(dicMail.sendName) this.sendName = dicMail.sendName;
|
||||
if(dicMail.sendName || params.sendName) this.sendName = params.sendName||dicMail.sendName;
|
||||
|
||||
this.hasGoods = params.goods?.length > 0;
|
||||
this.goods = params.goods||[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user