首页根据类型判断显示,位置,报警,发送信息按钮

This commit is contained in:
fengerli
2025-07-23 09:07:27 +08:00
parent 864f7f58a0
commit c0a9c0b3f2
2 changed files with 11 additions and 9 deletions

View File

@ -34,7 +34,7 @@
uni.switchTab({
url: '/pages/common/index/index',
success: (res) => {
res.eventChannel.emit('index', {
res.eventChannel.emit('index', {
data: item
});
}