活动:修改更新活动
This commit is contained in:
@@ -100,7 +100,7 @@ export class SendMailFun {
|
||||
this.goods = params.goods||[];
|
||||
}
|
||||
|
||||
getContent(content: string, params: string[]) {
|
||||
getContent(content: string, params: string[] = []) {
|
||||
if(!content) content = '%d';
|
||||
for(let p of params) {
|
||||
content = content.replace(/%d/, p);
|
||||
|
||||
Reference in New Issue
Block a user