Commit 14d9286a authored by sixiaofeng's avatar sixiaofeng

团队信息-头像管理上传调整

parent 9d06fe2d
......@@ -74,11 +74,9 @@ export default Vue.extend({
}
},
methods: {
onSelect(item: any) {
onSelect(item: string) {
(document.getElementsByTagName('input')[0] as HTMLInputElement).click()
this.show = false
console.log(item, 'item')
// console.log(this.$refs.xxx, 'xxx')
console.log((document.getElementsByClassName('van-uploader__input')[0] as HTMLInputElement).click(), 'zzzz')
},
afterRead(file: any) {
this.file = file
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment