|
|
@ -23,7 +23,7 @@ class MiniProgramUpload extends RowAction |
|
|
public function __construct($title = null, $action = 1) |
|
|
public function __construct($title = null, $action = 1) |
|
|
{ |
|
|
{ |
|
|
parent::__construct($title); |
|
|
parent::__construct($title); |
|
|
$this->action = $action; //$action:1=为指定代理商上传小程序;2=批量上传小程序(一键分发小程序给所有代理商)
|
|
|
|
|
|
|
|
|
$this->action = $action; //$action:1=为指定代理商上传小程序;2=暂未确定
|
|
|
$this->title = $action == 1 ? '上传小程序' : '为所有代理商上传'; |
|
|
$this->title = $action == 1 ? '上传小程序' : '为所有代理商上传'; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|