小程序新增提示语句

This commit is contained in:
wong
2025-07-21 15:21:19 +08:00
parent f290c38027
commit 368e34cbdc

View File

@@ -150,13 +150,18 @@ class PosterWeChatMiniProgram extends Controller
}
if(isset($sceneConf['tips'])) {
$sTip = $sceneConf['tips'];
} else {
$sTip = '';
}
$data = [
'id' => $task['id'],
'name' => $task['name'],
'poster' => ['sUrl' => $posterUrl],
'sTip' => '',
'sTip' => $sTip,
];