加工会跳转搜索列表搜索框默认
This commit is contained in:
@@ -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: {
|
||||
// 获取用户信息 拿实名信息
|
||||
|
||||
Reference in New Issue
Block a user