Commit 8585fa3a authored by 李晓兵's avatar 李晓兵

'样式'

parent 0fd92338
......@@ -441,7 +441,7 @@ export default {
let cardUrl = process.env.filePath + 'attachment_id=' + res.info.attachment_id + '&access_token=' + window.localStorage.access_token
return cardUrl
} else {
hlsPopup.showLongCenter(res.info.msg)
hlsPopup.showLongCenter(res.message)
return null
}
},
......@@ -458,11 +458,15 @@ export default {
hlsPopup.hideLoading()
if (res.success) {
let identifyScore = res.result.result.score.toFixed(0)
hlsPopup.showPopup({
hlsPopup.showConfirm({
title: '提示',
content: `识别分数为${identifyScore}`,
onConfirm: () => {
vm.doConfirm(status)
onConfirm: (data) => {
if (data) {
vm.doConfirm(status)
} else{
}
},
})
}
......
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