mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-21 22:56:43 +08:00
Merge branch 'feature/GFRS-718【0319】电投添加短信验证码验证身份' into dev
# Conflicts: # src/assets/js/business-common.js # src/views/ebiz/sale/SignatureConfirmation.vue
This commit is contained in:
committed by
28CD73C051F645E8132835671423A23F
commit
c70ecacb45
@@ -65,6 +65,14 @@ export default {
|
||||
this.$refs.file.dispatchEvent(new MouseEvent('click'))
|
||||
},
|
||||
addImg(e) {
|
||||
this.$toast.loading({
|
||||
// 持续展示 toast
|
||||
duration: 0,
|
||||
// 禁用背景点击s
|
||||
forbidClick: true,
|
||||
loadingType: 'spinner',
|
||||
message: '加载中……'
|
||||
})
|
||||
let that = this
|
||||
this.file = this.$refs.file.files[0]
|
||||
var reader = new FileReader()
|
||||
|
||||
Reference in New Issue
Block a user