feat: 建立整改 Task 1 多端质量基线
This commit is contained in:
@@ -56,6 +56,7 @@ const NotificationPage: React.FC = () => {
|
||||
try {
|
||||
const res = await Taro.requestSubscribeMessage({
|
||||
tmplIds: configured.map((t) => t.id),
|
||||
entityIds: configured.map((t) => t.id),
|
||||
});
|
||||
for (const t of configured) {
|
||||
if (res[t.id] === 'accept') {
|
||||
|
||||
Reference in New Issue
Block a user