申请加入工会带工会ID跳到搜索页面

This commit is contained in:
2025-12-05 19:56:11 +08:00
parent 4f66ae058c
commit 1518989580

View File

@@ -192,6 +192,11 @@
});
if (options.guild_id) {
this.guild_id = options.guild_id
//跳转到list
uni.navigateTo({
url: '/pages/union/list?guild_id=' + options.guild_id
})
}
},
onUnload() {