|
|
|
@ -144,7 +144,7 @@ class MiniProgramUpload extends RowAction |
|
|
|
{ |
|
|
|
$last_template_id = MiniProgramTemplate::max('template_id'); |
|
|
|
if ($this->action == 1) { |
|
|
|
return ["确定要为此代理商上传模板ID为{$last_template_id}的小程序吗?", '']; |
|
|
|
return ["确定要上传模板ID为{$last_template_id}的小程序吗?", '']; |
|
|
|
} else { |
|
|
|
return ['上传确认', '确定要将此小程序模板上传给所有已审核的代理商吗?']; |
|
|
|
} |
|
|
|
|