<template>
<div class="container">
<van-uploader
ref="fileListRef"
v-model="fileList"
:before-read="beforeRead"
:after-read="afterRead"
:preview-full-image="false"
:deletable="false"
:max-count="1"
>
<img v-if="imgSrc" class="img" :src="imgSrc" alt="">
<img v-else class="img" :src="require('@img/timg.jpg') " alt="">
</van-uploader>
</div>
</template>
<script>
import uploadApi from '@/api/common'
import { mapGetters } from 'vuex'
export default {
name: 'UploadImg',
props: {
isWho: { // 雇主1 公司2 求職者3
type: String || Number,
default: '1'
},
photo: {
type: String,
default: ''
}
},
data() {
return {
fileList: [],
avatorImg: {},
urlName: '',
imgSrc: ''
}
},
computed: {
...mapGetters(['userInfo'])
},
watch: {
photo(val) {
this.$nextTick(() => {
this.imgSrc = val
})
}
},
created: function() {
this.urlName = this.$route.name
this.imgSrc = this.photo
},
methods: {
beforeRead(file) {
const url = window.URL || window.webkitURL || window.mozURL
const src = url.createObjectURL(file) // 本地臨時(shí)的地址
this.imgSrc = src
return true
},
afterRead(file) {
const slefFormData = new window.FormData()
slefFormData.append('file', file.file)
this.$toast.loading({
duration: 12000,
forbidClick: true
})
uploadApi.uploadImg(slefFormData).then(res => {
if (res.code === 0) {
this.avatorImg = res.body.absoluteUrl
this.imgSrc = res.body.absoluteUrl
this.$emit('sendImg', this.avatorImg)
const userInfo = {
...this.userInfo,
avatorImg: this.avatorImg
}
this.$store.dispatch('app/setUserInfo', userInfo)
this.$toast.success('Upload successful')
} else {
this.imgSrc = ''
this.$toast.fail('Upload failed')
}
}).catch(() => {
this.imgSrc = ''
this.$toast.fail('Upload failed')
})
this.$nextTick(() => {
this.$refs.fileListRef.deleteFile(file, 0)
})
}
}
}
</script>
vant 上傳頭像
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
- 文/潘曉璐 我一進(jìn)店門嫁盲,熙熙樓的掌柜王于貴愁眉苦臉地迎上來,“玉大人烈掠,你說我怎么就攤上這事羞秤。” “怎么了左敌?”我有些...
- 文/不壞的土叔 我叫張陵瘾蛋,是天一觀的道長。 經(jīng)常有香客問我矫限,道長哺哼,這世上最難降的妖魔是什么? 我笑而不...
- 正文 為了忘掉前任奇唤,我火速辦了婚禮幸斥,結(jié)果婚禮上,老公的妹妹穿的比我還像新娘咬扇。我一直安慰自己甲葬,他們只是感情好,可當(dāng)我...
- 文/花漫 我一把揭開白布懈贺。 她就那樣靜靜地躺著经窖,像睡著了一般。 火紅的嫁衣襯著肌膚如雪梭灿。 梳的紋絲不亂的頭發(fā)上画侣,一...
- 文/蒼蘭香墨 我猛地睜開眼伏尼,長吁一口氣:“原來是場(chǎng)噩夢(mèng)啊……” “哼忿檩!你這毒婦竟也來了?” 一聲冷哼從身側(cè)響起爆阶,我...
- 序言:老撾萬榮一對(duì)情侶失蹤燥透,失蹤者是張志新(化名)和其女友劉穎沙咏,沒想到半個(gè)月后,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體班套,經(jīng)...
- 正文 獨(dú)居荒郊野嶺守林人離奇死亡肢藐,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
- 正文 我和宋清朗相戀三年,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了孽尽。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片窖壕。...
- 正文 年R本政府宣布,位于F島的核電站晌砾,受9級(jí)特大地震影響坎拐,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜养匈,卻給世界環(huán)境...
- 文/蒙蒙 一哼勇、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧呕乎,春花似錦积担、人聲如沸。這莊子的主人今日做“春日...
- 文/蒼蘭香墨 我抬頭看了看天上的太陽。三九已至湿刽,卻和暖如春的烁,著一層夾襖步出監(jiān)牢的瞬間,已是汗流浹背诈闺。 一陣腳步聲響...
- 正文 我出身青樓襟雷,卻偏偏與公主長得像,于是被迫代替她去往敵國和親漓穿。 傳聞我的和親對(duì)象是個(gè)殘疾皇子嗤军,可洞房花燭夜當(dāng)晚...