fix:弹窗选择数据后继续走孔夫子搜索流程
This commit is contained in:
parent
eae0d67996
commit
5a1293ff48
@ -2412,7 +2412,7 @@ export default {
|
|||||||
if (selected.binding) that.noIsbnBinding = selected.binding
|
if (selected.binding) that.noIsbnBinding = selected.binding
|
||||||
uni.showToast({ title: '已选择: ' + (selected.book_name || ''), icon: 'success' })
|
uni.showToast({ title: '已选择: ' + (selected.book_name || ''), icon: 'success' })
|
||||||
}
|
}
|
||||||
if (typeof callback === 'function') callback.call(that, true)
|
if (typeof callback === 'function') callback.call(that, false)
|
||||||
},
|
},
|
||||||
fail: function() {
|
fail: function() {
|
||||||
if (typeof callback === 'function') callback.call(that, true)
|
if (typeof callback === 'function') callback.call(that, true)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user