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

'样式'

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