后台:军团管理成员管理
This commit is contained in:
@@ -96,8 +96,8 @@ export class SendMailFun {
|
||||
this.content = this.getContent(dicMail.content, params.params);
|
||||
if(dicMail.title) this.title = dicMail.title;
|
||||
if(dicMail.sendName) this.sendName = dicMail.sendName;
|
||||
this.hasGoods = params.goods.length > 0;
|
||||
this.goods = params.goods;
|
||||
this.hasGoods = params.goods?.length > 0;
|
||||
this.goods = params.goods||[];
|
||||
}
|
||||
|
||||
getContent(content: string, params: string[]) {
|
||||
|
||||
Reference in New Issue
Block a user