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