加工会跳转搜索列表搜索框默认

This commit is contained in:
2025-12-05 17:50:44 +08:00
parent a0d6d62356
commit 5dca8e3846

View File

@@ -142,6 +142,11 @@
if (uni.getStorageSync('Theme_Data')) {
this.ThemeData = JSON.parse(uni.getStorageSync('Theme_Data'))
}
if (options.guild_id) {
//如果有传入公会id 把工会ID放到搜索框去
this.searchValue = options.guild_id
this.getUnionList(options.guild_id)
}
},
methods: {
// 获取用户信息 拿实名信息