Commit 5ad5cf6f authored by JingChao's avatar JingChao

Update hlsPopup.js

parent 36ea4b76
......@@ -179,7 +179,7 @@ export default {
let onConfirm = function (index) {
confirmObject.onConfirm(index)
}
let title = confirmObject.title
let title = confirmObject.title || '提示'
navigator.notification.confirm(
message, // message
function (index) {
......
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